Interface ICCStatementDataBasic

All Superinterfaces:
ICCPercentItem
All Known Subinterfaces:
ICCFile, ICCFlowPoint, ICCImportFile, ICCImportFlowPoint, ICCImportModule, ICCImportPart, ICCImportResult, ICCImportStatementData, ICCModule, ICCPart, ICCResult, ICCStatementData
All Known Implementing Classes:
CCEmptyResult

public interface ICCStatementDataBasic extends ICCPercentItem
Artifacts that implement this interface return basic statement coverage data
Since:
9.0
  • Method Details

    • getNumExecutableStatements

      int getNumExecutableStatements()
      Returns the number of executable statements
      Returns:
      number of executable statements (hit or not)
    • getNumHitStatements

      int getNumHitStatements()
      Returns the number of hit statements
      Returns:
      number of hit statements
    • hasStatements

      boolean hasStatements()
      Return true if artifact has statements. Returning false means that only lines are available
      Returns:
      true if artifact has statements