|
Understand for Ada calculates source code metrics about each individual program unit, program units in sum, source 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).
Each metric is shown for its program unit. If a program unit is nested within another, a separate report shows the summation.
Metrics may also be output to comma-delimited data files for easy import into spreadsheets and databases.
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.
Program Unit and File Metrics
Cyclomatic Complexity (3 variants) (program units only)
Lines of Executable Code
Comments
Blank Lines
Lines of Declarative Code
Executable Statements
Declaration Statements
|