File: test000.ref

package info (click to toggle)
pmccabe 2.8-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 876 kB
  • sloc: ansic: 3,084; cpp: 1,080; sh: 401; makefile: 42
file content (32 lines) | stat: -rw-r--r-- 1,296 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
27
28
29
30
31
32
RUN: pmccabe -X -vt test000
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	3	6	6	test000(6): Add::Add
1	1	2	13	5	test000(13): Add::~Add
1	1	1	19	4	test000(19): Add::print
4	8	18	24	35	test000(24): Add::eval
1	1	1	60	4	test000(60): Add::modified_attributes
8	12	30	n/a	64	Total
RUN: pmccabe -X -vnt test000
   CSL PCT  NCSL PCT  TOTAL  FILENAME
    10  16    54  84     64  test000
    10  16    54  84     64  (total files: 1)
RUN: pmccabe -x -vt test000
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	3	6	6	test000(6): Add::Add
1	1	2	13	5	test000(13): Add::~Add
1	1	1	19	4	test000(19): Add::print
4	8	18	24	35	test000(24): Add::eval
1	1	1	60	4	test000(60): Add::modified_attributes
8	12	30	n/a	64	Total