net.sourceforge.cobertura.reporting
private static class ComplexityCalculator.Complexity extends Object
| Field Summary | |
|---|---|
| double | accumlatedCCN |
| int | methodsNum |
| Constructor Summary | |
|---|---|
| Complexity(double accumlatedCCN, int methodsNum) | |
| Complexity() | |
| Method Summary | |
|---|---|
| void | add(ComplexityCalculator.Complexity second) |
| double | averageCCN() |