dotCover 2018.1 Help

Locating Code Items in Coverage Tree

ReSharper | Cover | Locate In Coverage Tree
Ctrl+Alt+K L
ReSharper_LocateInCoverageTree

When working in the Visual Studio editor, you can quickly locate code symbols (types, methods, etc.) in the code coverage tree. This may be helpful if you want to see how well a code symbol is covered in the current snapshot.

The information on the symbol location in the coverage tree is taken from the current coverage snapshot. Therefore, if no coverage snapshot is open, the corresponding commands in the main and context menus are greyed out. You need to run coverage analysis of unit tests to enable these commands.

To locate a code symbol in the coverage tree

  1. In the Visual Studio editor, place the caret at a code symbol that you want to locate in the coverage tree.
  2. Press Ctrl+Alt+K L or choose ReSharper | Cover | Locate In Coverage Tree from the main menu. Alternatively, you can press Ctrl+Shift+A, start typing the command name in the pop-up, and then choose it there.
  3. The symbol will be located in the current snapshot hierarchy in the Coverage Results Browser window or in the Unit Test Coverage window..
Last modified: 20 August 2018

See Also