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:
|
Classes | Histogram bar view that includes the following figures:
|
Methods | Histogram bar view that includes the following figures:
|
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:
|
Methods | Histogram bar view that includes the following figures:
|
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:
|