File: Grapher.H.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 (14 lines) | stat: -rw-r--r-- 644 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	3	16	11	test006/Grapher.H(16): Grapher::Grapher
1	1	0	27	1	test006/Grapher.H(27): Grapher::~Grapher
1	1	1	29	1	test006/Grapher.H(29): Grapher::xegraph
3	3	5	n/a	32	Total
   CSL PCT  NCSL PCT  TOTAL  FILENAME
    11  34    21  66     32  test006/Grapher.H
    11  34    21  66     32  (total files: 1)