What is difficulty class
1 answer
You can do a lot with Cyclomatic Complexity. Here are some posts on my blog, but you can find much more: http://qualilogy.com/en/legacy-c-application-refactoring-reengineering-1/ and http://qualilogy.com/en/legacy-application -refactoring-reengineering-7 /
Yes, for each class / file, this is the average complexity of each method / function: http://qualilogy.com/en/legacy-application-refactoring-sqale-plugin-1/
+1
source to share