Topic: Code Coverage Listing and Reports
Dear Raisonance Forums,
My company is using the RIDE IDE version 6.1.6 for development of an 8052 Microcontroller application. I am using the RIDE IDE to validate this code.
I have written several unit tests to evaluate all code paths within developed functions. During debug in simulation mode, I am able to view Code Coverage statistics by selecting the "View (menu)->Functions/Code Coverage (item)". This brings up a nice Multi-column List Box Window that identifies Function, File, %Coverage, Calls, and Total Duration".
I would like to capture this original information in a spreadsheet as it appears in the Multi-Column List Box? Generating a report seems to truncate function names. Is there any way to export this information so that I can bring it into an application like Excel? If not, is there any way to define the final format including function name length.
Lastly, the report option shows executed lines of code in assembly. Is there any way to get the executed or unexecuted lines of code in its original C source?
Thank You,
Bob Bamberg