Text and HTML Reports

prevnext

Quality Reports


Function Complexity Report

The Function Complexity Report lists every function in alphabetic order along with the McCabe (Cyclomatic) complexity value for the code implementing that function.

The cyclomatic complexity is the number of independent paths through a module. The Modified column shows the cyclomatic complexity except that each case statement is not counted; the entire switch counts as 1. The Strict column shows the cyclomatic complexity except && and || also count as 1.

Unused Object Report

This report lists only those Objects that are declared but not used.

The HTML version offers hyperlinks to the function's Data Dictionary report entry.

Unused Function Report

This report lists only functions that are declared but never called. This could identify "dead" and unneeded code, or it can identify main functions that are either test drivers or the main function itself.

The HTML version offers hyperlinks to the function's Data Dictionary report entry.

prevnext


Scientific Toolworks, Inc.
http://www.scitools.com
Voice: (802) 763-2995
Fax: (802) 763-3066
support@scitools.com
sales@scitools.com