| Package | Description |
|---|---|
| org.pitest.coverage | |
| org.pitest.mutationtest | |
| org.pitest.mutationtest.build | |
| org.pitest.mutationtest.incremental |
| Modifier and Type | Class and Description |
|---|---|
class |
CoverageData |
class |
NoCoverage |
| Modifier and Type | Method and Description |
|---|---|
CoverageDatabase |
CoverageGenerator.calculateCoverage(Predicate<ClassName> testFilter) |
| Modifier and Type | Method and Description |
|---|---|
void |
History.processCoverage(CoverageDatabase coverageData) |
| Modifier and Type | Method and Description |
|---|---|
CoverageDatabase |
InterceptorParameters.coverage() |
| Modifier and Type | Method and Description |
|---|---|
CompoundMutationInterceptor |
CompoundInterceptorFactory.createInterceptor(ReportOptions data,
CoverageDatabase coverage,
ClassByteArraySource source,
TestPrioritiser testPrioritiser,
CodeSource code) |
TestPrioritiser |
DefaultTestPrioritiserFactory.makeTestPrioritiser(Properties props,
CodeSource code,
CoverageDatabase coverage) |
TestPrioritiser |
TestPrioritiserFactory.makeTestPrioritiser(Properties props,
CodeSource code,
CoverageDatabase coverage) |
| Constructor and Description |
|---|
DefaultTestPrioritiser(CoverageDatabase coverage) |
InterceptorParameters(FeatureSetting conf,
ReportOptions data,
CoverageDatabase coverage,
ClassByteArraySource source,
TestPrioritiser testPrioritiser)
Deprecated.
|
InterceptorParameters(FeatureSetting conf,
ReportOptions data,
CoverageDatabase coverage,
ClassByteArraySource source,
TestPrioritiser testPrioritiser,
CodeSource code) |
| Modifier and Type | Method and Description |
|---|---|
void |
NullHistory.processCoverage(CoverageDatabase coverageData) |
void |
ObjectOutputStreamHistory.processCoverage(CoverageDatabase coverageData) |
Copyright © 2024 org.pitest. All rights reserved.