public class AggregationResult extends Object
| Constructor and Description |
|---|
AggregationResult(long mutations,
long mutationsSurvived,
int mutationCoverage,
int testStrength) |
| Modifier and Type | Method and Description |
|---|---|
int |
getMutationCoverage() |
long |
getMutations() |
long |
getMutationsSurvived() |
int |
getTestStrength() |
Copyright © 2023 org.pitest. All rights reserved.