dotCover 2017.3 Help

Highlighting

ReSharper | Options | Cover | Highlighting

This options page allows you to configure visual presentation of covered and uncovered code. To indicate code state, dotCover uses colored markers in the left Visual Studio gutter.

ItemDescription
Highlight code coverage using Defines highlighting mode:
  • Markers in the left gutter - coverage is shown using colored markers in the left gutter of the Visual Studio editor.
  • Line background - coverage is shown by highlighting the whole line of code (as in dotCover 2016.2 and earlier).
  • Both markers and line background - both ways are used.
Use highlighting to show unit test results If enabled, dotCover will use markers color to indicate not only the coverage of a particular code statement by unit tests but tests results as well.
If disabled, markers will indicate only code coverage.
Learn more inVisualizing Code Coverage.
Use shaped markers (colorblind mode) If enabled, markers will indicate code coverage and test results not only with color but also with their shape.

You can configure highlighting colors in Visual Studio options:
Choose Tools | Options | Environment | Fonts and Colors, and then find entries beginning with 'dotCover'.

Last modified: 17 April 2018

See Also