File: test013.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 (24 lines) | stat: -rw-r--r-- 972 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
RUN: pmccabe -X -vt test013
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	2	1	6	test013(1): foo
1	1	3	n/a	6	Total
RUN: pmccabe -X -vnt test013
   CSL PCT  NCSL PCT  TOTAL  FILENAME
     0   0     6 100      6  test013
     0   0     6 100      6  (total files: 1)
RUN: pmccabe -x -vt test013
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	2	1	6	test013(1): foo
1	1	3	n/a	6	Total