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 27 28
|
RUN: pmccabe -X -vt test009
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 13 1 test009(13): function1/class1::amember/class2::bmember
2 2 4 9 10 test009(9): function1/class1::amember
1 1 2 4 20 test009(5): function1
4 4 9 n/a 23 Total
RUN: pmccabe -X -vnt test009
CSL PCT NCSL PCT TOTAL FILENAME
3 13 20 87 23 test009
3 13 20 87 23 (total files: 1)
RUN: pmccabe -x -vt test009
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 13 1 test009(13): function1/class1::amember/class2::bmember
2 2 4 9 10 test009(9): function1/class1::amember
1 1 2 4 20 test009(5): function1
4 4 9 n/a 23 Total
|