Class FileCoverageData
java.lang.Object
mockit.coverage.data.FileCoverageData
- All Implemented Interfaces:
Serializable
Coverage data gathered for the lines, branching points, and fields of a single source file.
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal @NonNegative int -
Method Summary
Modifier and TypeMethodDescriptionint@NonNegative int@NonNegative int
-
Field Details
-
lineCoverageInfo
-
dataCoverageInfo
-
index
public final @NonNegative int index -
kindOfTopLevelType
-
-
Method Details
-
getLineCoverageData
-
getTotalItems
public @NonNegative int getTotalItems() -
getCoveredItems
public @NonNegative int getCoveredItems() -
getCoveragePercentage
public int getCoveragePercentage()
-