public class NoCoverage extends Object implements CoverageDatabase
| Constructor and Description |
|---|
NoCoverage() |
| Modifier and Type | Method and Description |
|---|---|
CoverageSummary |
createSummary() |
Collection<ClassInfo> |
getClassesForFile(String sourceFile,
String packageName) |
Collection<ClassInfo> |
getClassInfo(Collection<ClassName> classes) |
BigInteger |
getCoverageIdForClass(ClassName clazz) |
int |
getNumberOfCoveredLines(Collection<ClassName> clazz) |
Collection<TestInfo> |
getTestsForClass(ClassName clazz) |
Collection<TestInfo> |
getTestsForClassLine(ClassLine classLine) |
Collection<TestInfo> |
getTestsForInstructionLocation(InstructionLocation location) |
public Collection<ClassInfo> getClassInfo(Collection<ClassName> classes)
getClassInfo in interface ReportCoveragepublic int getNumberOfCoveredLines(Collection<ClassName> clazz)
getNumberOfCoveredLines in interface ReportCoveragepublic Collection<TestInfo> getTestsForClass(ClassName clazz)
getTestsForClass in interface CoverageDatabasepublic Collection<TestInfo> getTestsForInstructionLocation(InstructionLocation location)
getTestsForInstructionLocation in interface CoverageDatabasepublic Collection<TestInfo> getTestsForClassLine(ClassLine classLine)
getTestsForClassLine in interface ReportCoveragepublic BigInteger getCoverageIdForClass(ClassName clazz)
getCoverageIdForClass in interface CoverageDatabasepublic Collection<ClassInfo> getClassesForFile(String sourceFile, String packageName)
getClassesForFile in interface ReportCoveragepublic CoverageSummary createSummary()
createSummary in interface CoverageDatabaseCopyright © 2021 org.pitest. All rights reserved.