Show TOC

ResultLocate this document in the navigation structure

Definition

In the Coverage API, an object that offers code coverage statistics calculated from a measurement. A result offers coverage figures for a selected set of entities. The result is calculated according the current calculation configuration.

A result is represented by an object of type IF_SCV_RESULT. You can display the result directly using the built-in graphical display of the Coverage API. You can extract particular statistics from the set stored in a result using the methods of IF_SCV_RESULT.

You can store and retrieve a result with the methods of the r epository of the Coverage API.

The Coverage API can provide three types of code coverage result: branch, statement, and process block coverage.

See also Step 3: Calculating Code Coverage Results and Step 4: Calculating Coverage Results in a Measurement Series.