JetBrains Rider
 
Get JetBrains Rider
You are viewing the documentation for an earlier version of JetBrains Rider.

Unit Tests Coverage window

Last modified: 17 January 2023

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.