Interface CodeCoverage


@ParametersAreNonnullByDefault public interface CodeCoverage
Since:
6.8
  • Method Details

    • getCodeCoverageLevel

      @Nonnull CodeCoverageLevel getCodeCoverageLevel()
      Returns:
      the code coverage level
    • getEnd

      int getEnd()
      Returns:
      the end point of the coverage range
    • getMessage

      @Nonnull Optional<String> getMessage()
      Returns:
      an optional message related to the coverage
    • getStart

      int getStart()
      Returns:
      the start point of a coverage range