Features

Standard Metrics

We've noticed that some basic metrics are more useful to engineers then others, such as number of lines of code, number of classes etc. while other metrics are usually more helpful for management and code analysis. Though which metrics are displayed depends on what languages are being analyzed, here is a partial list of what you can expect:


Basic Metrics Advanced Metrics (Partial list)
  • Class Count
  • File Count
  • Function Count
  • Line Count
  • Blank Line Count
  • Code Line Count
  • Comment Line Count
  • Inactive Line Count
  • Declarative Statement Count
  • Executable Statement Count
  • Ratio Comment to Code
  • Cyclomatic Complexity
  • Knots
  • Class Coupling
  • Percent Lack of Cohesion
  • Path Count
  • Max Inheritance
  • Base Class Count
  • Inherited Class Count
  • Number of Instance Methods
  • Weighted Methods per Class

For a full list see this list.