I have just installed the Visual Studio Power Tool for code analysis and the viewer for the results. Great tools, by the way!
When I click "Analyze Solution" I get the results:
- Maintainability
- Cyclomatic Complexity
- Depth of Inheritance
- Class Coupling
- Lines of Code
I understand what these all mean, except that there are different values of "depth of inheritance" for each method in a class, and a larger one for the class.
Does anyone have an explanation of what this might be saying?