Report: Totals Only Mode |
Option: -T |
Option Parameters:
-Ta Total Functions, Classes, Namespaces, Quality Notices, LOC |
Compatible Options: RSM Option Cross Reference |
Usage: |
Source: C, C++, C# and Java |
The totals mode allows the user to display only the totals
for a project (all files). This mode produces summary lists of functions,
classes, namespaces (C++), packages (Java), interfaces (Java) and Quality
Notices. There are option parameters to modify the content of the
report. The quality profile for the project is especially useful for
determining the overall internal code quality. This report can be
used as acceptance criteria for contracted source code.
The -k option can sort the project lists by different keys. The cyclomatic key sort is useful in identifying the most complex functions, classes or namespace/packages. You may desire to turn off the lengthy list of file names for the project. This can be accomplished by using the -TN option. |