Viewing code coverage results
Last modified: 21 July 2022Viewing 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 Run | Show Code Coverage Data. Alternatively, press Ctrl+Alt+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.
Thanks for your feedback!
Was this page helpful?