-
Type:
Suggestion
-
Resolution: Fixed
-
Component/s: None
-
None
Prior to Clover 2.1 the algorithm for aggregating Cyclomatic Complexity at the Class level was:
1 + cmp - numMethods
ie - exclude the count of 1 for each method entry in any complexity figures above method level metrics.