File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
plugins/cpp_metrics/parser/src Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -669,7 +669,7 @@ bool CppMetricsParser::parse()
669669 LOG (info) << " [cppmetricsparser] Computing efferent coupling metric at module level." ;
670670 efferentModuleLevel (); // This metric needs to be calculated after efferentTypeLevel
671671 LOG (info) << " [cppmetricsparser] Computing afferent coupling metric at module level." ;
672- afferentModuleLevel (); // This metric needs to be calculated after afferentTypeLevel
672+ afferentModuleLevel (); // This metric needs to be calculated after efferentTypeLevel (sic!)
673673 LOG (info) << " [cppmetricsparser] Computing relational cohesion metric at module level." ;
674674 relationalCohesionModuleLevel (); // This metric needs to be calculated after efferentTypeLevel
675675 return true ;
You can’t perform that action at this time.
0 commit comments