In this section:
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:
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.
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:
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.
The details panel shows information about the selected directory, file, function, or method selected in the search results panel.
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: