Skip to main content

Code Coverage Pane

Displays the percentage of your source code base that is executed when the solution's tests run. The number in the doughnut's center is the overall code coverage percentage. The two doughnut sectors indicate the total number of covered and uncovered code lines in the solution.

Code Coverage Pane

The pane may also include links to the following reports:

  • Top uncovered projects
    Shows projects with less than 50% coverage.

  • Top uncovered types
    Shows types with less than 50% coverage.

  • New uncovered types
    Shows new types (since the baseline) with less than 50% coverage.

  • New uncovered methods
    Shows new methods (since the baseline) with less than 50% coverage.

  • Regressed types
    Shows types with coverage that has decreased since the baseline.

  • Regressed methods
    Shows methods with coverage that has decreased since the baseline.