public abstract class MutationStats extends Object
| Constructor and Description |
|---|
MutationStats() |
| Modifier and Type | Method and Description |
|---|---|
MutationStats |
aggregate(MutationStats other) |
MutationStats |
delta(MutationStats other) |
int |
getKillCount() |
float |
getKillPercent() |
abstract String |
getTitle() |
abstract int |
getTotalMutations() |
abstract int |
getUndetected() |
public abstract String getTitle()
public abstract int getUndetected()
public abstract int getTotalMutations()
public int getKillCount()
public float getKillPercent()
public MutationStats aggregate(MutationStats other)
public MutationStats delta(MutationStats other)
Copyright © 2004-2014. All Rights Reserved.