Interface CoverageInfo
- All Known Implementing Classes:
CoverageInfoImpl
public interface CoverageInfo
An interface providing methods to access coverage information
-
Method Summary
Modifier and TypeMethodDescriptiondefault CoveredFromReturns coverage locationReturns an unmodifiableListspecifying what is included in the coveragegetLevel()Returns the level of the available coveragebooleanisLive()Returns a value indicating whether the coverage represented by current instance is live coverage
-
Method Details
-
getLevel
String getLevel()Returns the level of the available coverage- Returns:
- - the level of the available coverage
-
isLive
boolean isLive()Returns a value indicating whether the coverage represented by current instance is live coverage- Returns:
- - a value indicating whether the coverage represented by current instance is live coverage
-
getIncludes
Returns an unmodifiableListspecifying what is included in the coverage- Returns:
- - if available, an unmodifiable
Listspecifying what is included in the coverage; otherwise null
-
getCoveredFrom
Returns coverage location- Returns:
- - coverage location
-