Contenido principal

Short Names of Code Complexity Metrics

When annotating your code to justify metrics or creating custom software quality objectives, you use short names of code complexity metrics instead of the full names. The following table lists the short names for code complexity metrics.

Note that you can only annotate your code for function level code complexity metrics only.

Project Metrics

Code MetricAcronym
Number of Direct Recursions AP_CG_DIRECT_CYCLE
Number of Header Files INCLUDES
Number of Files FILES
Number of Recursions AP_CG_CYCLE
Program Maximum Stack Usage PROG_MAX_STACK
Program Minimum Stack Usage PROG_MIN_STACK

File Metrics

Code MetricAcronym
Comment Density COMF
Estimated Function Coupling FCO
Number of Lines TOTAL_LINES
Number of Lines Without Comment LINES_WITHOUT_CMT

Function Metrics

See Also

Topics