public class MutationMetric<T extends Metric<S>,S> extends Object
| Modifier and Type | Field and Description |
|---|---|
static MutationMetric<IntPercentMetric,IntPercentage> |
KILL_RATIO |
static MutationMetric<IntMetric,Integer> |
TOTAL_MUTATIONS |
static MutationMetric<IntMetric,Integer> |
UNDETECTED |
| Constructor and Description |
|---|
MutationMetric(String name,
Class<T> cls) |
public static MutationMetric<IntMetric,Integer> UNDETECTED
public static MutationMetric<IntMetric,Integer> TOTAL_MUTATIONS
public static MutationMetric<IntPercentMetric,IntPercentage> KILL_RATIO
Copyright © 2004-2013. All Rights Reserved.