net.sourceforge.pmd.stat
public class Metric extends Object
Constructor Summary | |
---|---|
Metric(String name, int count, double total, double low, double high, double mean, double stddev) |
Method Summary | |
---|---|
double | getAverage() |
int | getCount() |
double | getHighValue() |
double | getLowValue() |
String | getMetricName() |
double | getStandardDeviation() |
double | getTotal() |