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 test016
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 1 5 1 test016(5): Foo::Foo
1 1 1 10 1 test016(10): Foo::after_potential_parsing_hang
2 2 3 n/a 12 Total
RUN: pmccabe -X -vnt test016
CSL PCT NCSL PCT TOTAL FILENAME
4 33 8 67 12 test016
4 33 8 67 12 (total files: 1)
RUN: pmccabe -x -vt test016
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 1 5 1 test016(5): Foo::Foo
1 1 1 10 1 test016(10): Foo::after_potential_parsing_hang
2 2 3 n/a 12 Total
|