In this section:

Overview

The Coverage Explorer allows you to navigate the source tree to see file- and method-level coverage information. Click on a coverage widget in the Report Center dashboard view to access the coverage explorer (see Widgets). The Coverage Explorer is divided into five sections:

  1. Search panel; see Using the Search Panel
  2. Coverage tree panel; see Navigating the Coverage Tree Panel
  3. Source panel; see Viewing Source Coverage
  4. Details panel; see Viewing Details
  5. Tests table; see Viewing Test Information

Using the Search Panel

The Coverage Explorer opens using the settings of the coverage widget you clicked as search parameters, but you can easily change the search to learn about the state of coverage in your application.

  1. Click Change Search to open the Search Options.
  2. Choose a filter from the Filter drop-down menu (see Creating and Managing Filters to learn more about filters in Report Center).
  3. Choose a build ID from the Build drop-down menu (see Build to learn more about build IDs).
  4. Configure additional search search parameters and click Search
  5. The search results panel will be updated based on your search parameters.

Navigating the Coverage Tree Panel

The coverage trees panel displays a hierarchical view of the files within the search parameters. Each node in the hierarchy shows how much of each file or directory is covered in brackets.

You can perform the following actions:

Viewing Source Coverage

Click on a file or function in the search results panel to view it in the source panel. You must have permissions to view source code in Report Center explorer views (see Assigning Native Permissions for additional information).

Line-by-line coverage information is color coded:

When you make a selection in the coverage tree panel, the file name and the component that opened the file appears in the code panel.

Viewing Details

The details panel shows information about the selected directory, file, function, or method selected in the search results panel.

Viewing Test Information

The test information table shows all the tests that covers one or more lines of the selected source code. Click on a file that contains covered functions to view test information.

You can perform the following actions: