We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 606d9b9 commit c142f61Copy full SHA for c142f61
plugins/cpp_metrics/parser/src/cppmetricsparser.cpp
@@ -624,7 +624,7 @@ bool CppMetricsParser::parse()
624
LOG(info) << "[cppmetricsparser] Computing efferent coupling metric at module level.";
625
efferentModuleLevel(); // This metric needs to be calculated after efferentTypeLevel
626
LOG(info) << "[cppmetricsparser] Computing afferent coupling metric at module level.";
627
- afferentModuleLevel(); // This metric needs to be calculated after efferentTypeLevel
+ afferentModuleLevel(); // This metric needs to be calculated after afferentTypeLevel
628
return true;
629
}
630
0 commit comments