Code Analysis Details Page

Reports > Code Analysis > Details

The Details page displays code-coverage information for selected products, versions, and builds at the product, package, and class levels.

Product level view displays a list of covered and not-covered packages for specific products and product builds. By clicking a package name in Product view you can drill down to view code-coverage information for the classes that are included in that package.

Product view displays the following attributes for a selected product:

Attribute Description
Name Product name
Statements Total amount of statements
Packages/Namespaces Histogram bar view that includes the following figures:
  • Total percentage of packages/namespaces that are covered
  • Number of covered packages/namespaces, in green
  • Number of uncovered packages/namespaces, in red
Classes Histogram bar view that includes the following figures:
  • Total percentage of classes that are covered
  • Number of covered classes, in green
  • Number of uncovered classes, in red
Methods Histogram bar view that includes the following figures:
  • Total percentage of methods that are covered
  • Number of covered methods, in green
  • Number of uncovered methods, in red

Package level view displays a list of covered and not-covered classes for specific products and product builds. By clicking a class name in Package view you can drill down to view code-coverage information for the methods that are included in that class.

Package view displays the following attributes for each package in the selected product, across multiple rows:

Attribute Description
Package Package name
Statements Total statements
Classes Histogram bar view that includes the following figures:
  • Total percentage of classes that are covered
  • Number of covered classes, in green
  • Number of uncovered classes, in red
Methods Histogram bar view that includes the following figures:
  • Total percentage of methods that are covered
  • Number of covered methods, in green
  • Number of uncovered methods, in red

Class level view displays a list of covered and not-covered methods for specific products and product builds.

Class view displays the following attributes for each method, across multiple rows:

Attribute Description
Name Method name
Signature Method signature
Statements Total statements
Covered Covered status of method:
  • True indicates that the method is covered
  • False indicates that the method is not covered
Note: When the page includes more elements than can be displayed at once without impacting response time, elements are displayed in increments. Use the navigation toolbar at the bottom of the page to browse through the elements.