1. I have a CCSv4 project built in debug mode and no optimizations. When I execute the function / line coverage tool, it produces a profile report. Is there a documentation to undertsand the fields in the report, say Inst exec count, CPU instruction condition false etc..
2. For certain functions I observe that though all the lines are executed (when I step through the code), the tool shows that only the start & the last line is executed and all the other lines are not executed. What could be the reason for this? How can I understand as to why the tool produced this result?
Can you please provide information on the two issues I am observing??