Default language.

The Report View


The Report View displays the Code Coverage results. The default columns in the report view display the following code coverage data

  • Name – The systems and, depending on the summary level selected on the Code Coverage Report Criteria page, the test IDs, user IDs, load modules, or programs contained in the repository. For programs, this column lists the compile date and time and, if applicable, a debug indicator and an optimized indicator. 
  • Risk – The estimated risk for the systems, load modules, and programs. Any risk greater than 800 appears in red. 
  • Critical verb % – If a critical filter was specified, the percentage of critical verbs executed. 
  • Verb % – The percentage of verbs that were executed. 
  • Critical branch % – If a critical filter was specified, the percentage of critical branches executed in the program. 
  • Branch % – The percentage of branches that were executed.

By default, several columns of a Code Coverage report display a percentage. For example, the Verb % column shows the percentage of verbs executed. Detailed statistics used to calculate the percentage can be seen by hovering over the percentage, as shown below. For example, hovering over the Verb % shows the number of verbs executed out of the total number of verbs in the program.

image2021-8-12_12-18-55.png

The optimized indicator (Optimized or Debug) appears when applicable and indicates whether the code was compiled with the optimized option. Code Coverage results are based, in part, on the mapping of program source code to the compiler-generated machine instructions executed. Mismatches can occur due to optimization.

Many other columns can be added to the report view including, but not limited to, the following:

  • Excluded branch % – If an exclude filter was specified, the percentage of excluded branches executed. 
  • Excluded verb% – If an exclude filter was specified, the percentage of excluded verbs executed. 
  • Net branch % – The percentage of net branches based on the total number of executable branches in the program minus the excluded branches. 
  • Net verb % – The percentage

The report view is also used to do the following:

  • Select columns to display in the Code Coverage report
  • Apply filters to the current report
  • Export a report. The currently displayed Code Coverage report, with the currently applied filter criteria and column selections, can be exported for use in a spreadsheet or other tool of choice. For information on importing the data, refer to the documentation shipped with the application being used for the import.

The report view's tree format allows users to expand and contract items to view the level of detail needed. To expand all levels of the tree at the same time, from the click image2021-8-12_12-20-6.png. To collapse all levels at the same time, click image2021-8-12_12-19-36.png.

This section provides information about the following topics:

 

Tip: For faster searching, add an asterisk to the end of your partial query. Example: cert*