File: test011.ref

package info (click to toggle)
pmccabe 2.3-1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 456 kB
  • ctags: 447
  • sloc: ansic: 2,605; cpp: 1,080; sh: 344; makefile: 92
file content (14 lines) | stat: -rw-r--r-- 577 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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	2	5	test011(3): function1
1	1	1	8	5	test011(9): function2
1	1	1	14	5	test011(15): function3
3	3	6	n/a	18	Total
   CSL PCT  NCSL PCT  TOTAL  FILENAME
     3  17    15  83     18  test011
     3  17    15  83     18  (total files: 1)