|
Understand for Delphi calculates source code metrics about each routine, file, and your entire project. The software metrics can be viewed in the HTML output, and also easily exported to spreadsheets, databases, or other data analysis packages (use the Project->Export Metrics menu). The metrics are commonly desired structure, size, and object oriented metrics.
An always up to date textual list of all metrics is available.
Note that with the PERL or C API you can write your own scripts/programs to capture and use software measurements in ways specific to your development process.
Class, Routine, and File Metrics
Number of Lines
Number of Code Lines
Number of Comment Lines
Cyclomatic Complexity
Project Metrics
Classes
Files
Eoutines
Number of Lines
Number of Blank Lines
Number of Code Lines
Number of Comment Lines
Number of Declarative Statements
Number of Executable Statements
Comment/Code Ratio
|