JetBrains Rider
 
Get JetBrains Rider
Get your hands on the new features ahead of the release by joining the Early Access Program for Rider 2025.1! Learn more

Unit Tests Coverage window

Last modified: 11 February 2024

View | Tool Windows | Unit Tests Coverage

This window allows exploring coverage data obtained during unit tests coverage run. The window shows all code items from a coverage snapshot in a tree structure allowing you to inspect coverage of each item.

JetBrains Rider: Unit test coverage window

In the Coverage column, dotCover uses three colors to display the coverage status:

  • Green: the percentage of covered statements within the node.

  • Red: the percentage of uncovered statements within the node.

  • Grey: the nodes not covered during the test run as they do not have executable code statements.