3.2 Coverage Results

The results of code coverage and data coverage store the program’s execution results. If you repeatedly download, execute, and stop your program, then the results for the repeated actions will be displayed.

To clear the coverage results, select [Clear Coverage Information] from the context menu of the Editor panel/Disassemble panel, and then click the button on the Function List panel/Variable List panel.

If you change the program and execute a build, the allocation addresses of the functions and variables may differ from those of the previous builds. If this happens, coverage ratio will appear for functions that have not been executed, and for variables that have not been read or written.