A couple of Code Coverage questions:
1) How do I 'reset' or 'clear' code coverage results? (i.e. the highlighted lines - oh, and not just turn them off or not display them - actually reset/clear them like no coverage has been gathered)
2) I need to get Code Coverage results for a subset of the STD library, the files are assembly (e.g. fd_add_t2.asm). Currently, my approach is a project containing two files, main (which provides the input data to the assembly function, and the unit under test (UUT) assembly file (basically, its a harness/wrapper function which calls the assembly file). I am used a similar approach found in a 2004 document (SPRA868A). I seem to be getting some results but wanted to touch base with the forums and ping anyone who may have some pointers.
Thanks,
Steve