Viewing code coverage results
Viewing code coverage helps you detect pieces of your source code that are not affected by simulation.
View code coverage results
Create a testing run/debug configuration, select it in the Run/Debug Configurations list, and click the Run with Coverage button .
Click
. Alternatively, press ⌃ ⌥ F6.View coverage results:
In the Project tool window:
In the dedicated Coverage tool window:
Open in the editor the files you want to explore.
Use the color indicators in the gutter to detect the uncovered lines of code.
To find out how many times a line has been hit, click the line in the gutter area.
Last modified: 21 July 2022