1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26
|
RUN: pmccabe -X -vt test027
Modified McCabe Cyclomatic Complexity
| Traditional McCabe Cyclomatic Complexity
| | # Statements in function
| | | First line of function
| | | | # lines in function
| | | | | filename(definition line number):function
| | | | | |
1 1 0 7 1 test027(7): Foo::Bar::Bar
1 1 0 8 1 test027(8): Foo::Bar::~Bar
2 2 0 n/a 15 Total
RUN: pmccabe -X -vnt test027
CSL PCT NCSL PCT TOTAL FILENAME
1 7 14 93 15 test027
1 7 14 93 15 (total files: 1)
RUN: pmccabe -x -vt test027
Modified McCabe Cyclomatic Complexity
| Traditional McCabe Cyclomatic Complexity
| | # Statements in function
| | | First line of function
| | | | # lines in function
| | | | | filename(definition line number):function
| | | | | |
1 1 0 7 1 test027(7): Foo::Bar::Bar
1 1 0 8 1 test027(8): Foo::Bar::~Bar
2 2 0 n/a 15 Total
|