public interface CoverageDatabase extends ReportCoverage
Modifier and Type | Method and Description |
---|---|
CoverageSummary |
createSummary() |
BigInteger |
getCoverageIdForClass(ClassName clazz) |
Collection<TestInfo> |
getTestsForClass(ClassName clazz) |
Collection<TestInfo> |
getTestsForInstructionLocation(InstructionLocation location) |
getClassesForFile, getClassInfo, getNumberOfCoveredLines, getTestsForClassLine
Collection<TestInfo> getTestsForClass(ClassName clazz)
Collection<TestInfo> getTestsForInstructionLocation(InstructionLocation location)
BigInteger getCoverageIdForClass(ClassName clazz)
CoverageSummary createSummary()
Copyright © 2021 org.pitest. All rights reserved.