- Lines. Total number of lines in the function.
- Comment. Number of comment lines in the function.
- Blank. Number of blank lines in the function.
- Inactive. Number of lines in the function that are inactive due to preprocessor directives such as #if.
- Code. Number of lines in the function that contain any code.
- Lines-exe. Lines of code in the function that contain no declaration.
- Lines-decl. Lines of code in the function that contain a declaration or part of a declaration.
- Stmt-exe. Number of executable statements in the function.
- Stmt-decl. Number of declarative statements in the function. This includes statements that declare classes, structs, unions, typedefs, and enums.
- % Comment. Percentage of comment lines compared to code lines. (comment_lines/code_lines) * 100.