Object Outline generates a variety of object oriented and standard source code metrics. They are:
* Number of classes.
* Number of statements (LOC).
* Number of free standing functions.
* McCabe complexity per class.
* McCabe complexity per function.
* Number of public member functions per class.
* Number of protected member functions per class.
* Number of parameters per function.
* Number of functions documented.
Object Outline can generate a report listing the largest and most complex functions and classes in the program. Object Outline can also generate graphs (histograms) containing the size and complexity distribution of the classes and functions in the program.
Basically, Object Outline generates everything needed to quickly, consistently, and fairly identify problem classes and functions.
See the HTML examples for more information about Object Outlines metrics capabilities