Totals Report |
Top Previous Next |
Targets: All
This report writes a table that summarizes the number of files, procedures, functions, types etc, in the analyzed source code. It also shows how many of each category that are global, interfaced and unused. Here is a small excerpt from such a table.
**************************************************************************** * Totals Report for * * C:\PROJEKT\PSEARCH\PSEARCH.DPR * ****************************************************************************
Metrics: ----------------------------------------------------------------------------
Element Total Local Global Interfaced Unused
Files 3 - - - - Modules 23 - - - - Lines 715 - - - -
Constants 1 1 0 0 0 Typed 0 0 0 0 0 Resourcestring 0 0 0 0 0
Types 1 0 1 1 0 Simple/unknown 0 0 0 0 0 Array 0 0 0 0 0 Class 1 - 1 1 0 Class ref 0 - 0 0 0 Enumerated 0 0 0 0 0
Restrictions: Only identifiers that are declared in code that is found and parsed are included in the totals. It will include all identifiers, regardless if the folder where the code is found is excluded for reporting.
To see the total number of lines for different source code directories, see the Complexity Report.
You can set the option for “Details” in the Options dialog, to let PAL generate detailed information.
See also:
|