Interface CodeCoverage
@ParametersAreNonnullByDefault
public interface CodeCoverage
- Since:
- 6.8
-
Method Details
-
getCodeCoverageLevel
- Returns:
- the code coverage level
-
getEnd
int getEnd()- Returns:
- the end point of the coverage range
-
getMessage
- Returns:
- an optional message related to the coverage
-
getStart
int getStart()- Returns:
- the start point of a coverage range
-