File: test008.ref

package info (click to toggle)
pmccabe 2.5
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 424 kB
  • ctags: 450
  • sloc: ansic: 2,663; cpp: 1,080; sh: 345; makefile: 92
file content (13 lines) | stat: -rw-r--r-- 533 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
Modified McCabe Cyclomatic Complexity
|   Traditional McCabe Cyclomatic Complexity
|       |    # Statements in function
|       |        |   First line of function
|       |        |       |   # lines in function
|       |        |       |       |  filename(definition line number):function
|       |        |       |       |           |
3	3	2	2	7	test008(2): fn1
3	3	2	10	7	test008(10): fn2
6	6	6	n/a	16	Total
   CSL PCT  NCSL PCT  TOTAL  FILENAME
     2  12    14  88     16  test008
     2  12    14  88     16  (total files: 1)