public class CoverageInfoImpl extends Object implements CoverageInfo
Modifier and Type | Method and Description |
---|---|
ExportableCoverageInfoCi |
export() |
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 |
toString()
Returns a
String describing the current CoverageInfo instance |
public String getLevel()
getLevel
in interface CoverageInfo
public boolean isLive()
isLive
in interface CoverageInfo
public List<String> getIncludes()
List
specifying what is included in the coveragegetIncludes
in interface CoverageInfo
List
specifying what is included in the coverage;
otherwise nullpublic CoveredFrom getCoveredFrom()
getCoveredFrom
in interface CoverageInfo
public String toString()
String
describing the current CoverageInfo
instancetoString
in class Object
String
describing the current CoverageInfo
instancepublic ExportableCoverageInfoCi export()
Copyright © 2016–2025. All rights reserved.