sonarqube - What exactly is the class complexity -
their wiki says obvious (average complexity of class), mean?
i know method complexity, 15-20 upper bound testable , maintainable code.
you can lot cyclomatic complexity. here posts on blog find much more: http://qualilogy.com/en/legacy-c-application-refactoring-reengineering-1/ , http://qualilogy.com/en/legacy-application-refactoring-reengineering-7/
yes, per class/file average of complexity of each method/function: http://qualilogy.com/en/legacy-application-refactoring-sqale-plugin-1/
sonarqube metrics cyclomatic-complexity
No comments:
Post a Comment