Interface ICCPercentItem
- All Known Subinterfaces:
ICCBranchPoint,ICCCoverageData,ICCCoverageDataBasic,ICCFile,ICCFlowPoint,ICCImportBranchPoint,ICCImportFile,ICCImportFlowPoint,ICCImportModule,ICCImportPart,ICCImportResult,ICCImportStatementData,ICCModule,ICCPart,ICCResult,ICCStatementData,ICCStatementDataBasic
- All Known Implementing Classes:
CCEmptyResult
public interface ICCPercentItem
Items that have a percentages
- Since:
- 3.1
-
Method Summary
Modifier and TypeMethodDescriptionintRetrieves the percentage from the specified item
-
Method Details
-
getPercentCoverage
int getPercentCoverage()Retrieves the percentage from the specified item- Returns:
- the percent covered
-