Show TOC

Background documentationConfiguration Object Locate this document in the navigation structure

 

In the Coverage API, specifies how code coverage results are calculated from the raw data in a measurement.

With a configuration, you can specify which of the three types of code coverage are calculated in a result (branch, statement, and procedure).

You can also control how results are calculated for entities that have hierarchies. You can, for example, have only a single aggregate result calculated for a component or package. Or you can have individual results calculated for the entities in the component or package hierarchy as well.

You access configuration objects with the methods of theIF_SCV_RESULT_CONFIGURATION interface.

See also Configuring Results.