public interface CoverageInfo
| Modifier and Type | Method and Description | 
|---|---|
default CoveredFrom | 
getCoveredFrom()
Returns coverage location 
 | 
List<String> | 
getIncludes()
Returns an unmodifiable  
List specifying what is included in the coverage | 
String | 
getLevel()
Returns the level of the available coverage 
 | 
boolean | 
isLive()
Returns a value indicating whether the coverage represented by current instance is live coverage 
 | 
String getLevel()
boolean isLive()
List<String> getIncludes()
List specifying what is included in the coverageList specifying what is included in the coverage;
           otherwise nulldefault CoveredFrom getCoveredFrom()
Copyright © 2016–2025. All rights reserved.