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 CoverageInfopublic boolean isLive()
isLive in interface CoverageInfopublic List<String> getIncludes()
List specifying what is included in the coveragegetIncludes in interface CoverageInfoList specifying what is included in the coverage;
otherwise nullpublic CoveredFrom getCoveredFrom()
getCoveredFrom in interface CoverageInfopublic String toString()
String describing the current CoverageInfo instancetoString in class ObjectString describing the current CoverageInfo instancepublic ExportableCoverageInfoCi export()
Copyright © 2016–2025. All rights reserved.