net.sourceforge.cobertura.reporting
private static class ComplexityCalculator.Complexity extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private double |
accumlatedCCN |
private int |
methodsNum |
Constructor and Description |
---|
ComplexityCalculator.Complexity() |
ComplexityCalculator.Complexity(double accumlatedCCN,
int methodsNum) |
Modifier and Type | Method and Description |
---|---|
void |
add(ComplexityCalculator.Complexity second) |
double |
averageCCN() |
private double accumlatedCCN
private int methodsNum
public ComplexityCalculator.Complexity(double accumlatedCCN, int methodsNum)
public ComplexityCalculator.Complexity()
public double averageCCN()
public void add(ComplexityCalculator.Complexity second)