File: test008.ref

package info (click to toggle)
pmccabe 2.8-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 876 kB
  • sloc: ansic: 3,084; cpp: 1,080; sh: 401; makefile: 42
file content (26 lines) | stat: -rw-r--r-- 1,030 bytes parent folder | download | duplicates (2)
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 test008
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
2	2	2	10	7	test008(10): fn2
5	5	6	n/a	16	Total
RUN: pmccabe -X -vnt test008
   CSL PCT  NCSL PCT  TOTAL  FILENAME
     2  12    14  88     16  test008
     2  12    14  88     16  (total files: 1)
RUN: pmccabe -x -vt test008
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
2	2	2	10	7	test008(10): fn2
5	5	6	n/a	16	Total