This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

OBJECT CODE COVERAGE IS NOT 100% FOR SWITCH CASE

I have executed all the cases for a switch case. Covered all the statements also. Still I am not getting 100% code coverage in switch case implementation. Any idea about what extra codes are generated by assembler ??

Parents
  • My remote code viewing skills have diminished in the absence of CIA funding..

    The C51 compilers/linkers do a lot of optimization and code folding/reuse, and have finite dead code elimination abilities. Perhaps you could discuss your specific issue with the Keil support staff?

Reply
  • My remote code viewing skills have diminished in the absence of CIA funding..

    The C51 compilers/linkers do a lot of optimization and code folding/reuse, and have finite dead code elimination abilities. Perhaps you could discuss your specific issue with the Keil support staff?

Children
No data