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 ReportCoverage
public int getNumberOfCoveredLines(Collection<ClassName> clazz)
getNumberOfCoveredLines
in interface ReportCoverage
public Collection<TestInfo> getTestsForClass(ClassName clazz)
getTestsForClass
in interface CoverageDatabase
public Collection<TestInfo> getTestsForInstructionLocation(InstructionLocation location)
getTestsForInstructionLocation
in interface CoverageDatabase
public Collection<TestInfo> getTestsForClassLine(ClassLine classLine)
getTestsForClassLine
in interface ReportCoverage
public BigInteger getCoverageIdForClass(ClassName clazz)
getCoverageIdForClass
in interface CoverageDatabase
public Collection<ClassInfo> getClassesForFile(String sourceFile, String packageName)
getClassesForFile
in interface ReportCoverage
public CoverageSummary createSummary()
createSummary
in interface CoverageDatabase
Copyright © 2021 org.pitest. All rights reserved.