~ubuntu-branches/ubuntu/quantal/pmccabe/quantal

« back to all changes in this revision

Viewing changes to test003.ref

  • Committer: Bazaar Package Importer
  • Author(s): Paul Bame
  • Date: 2003-03-12 14:05:33 UTC
  • Revision ID: james.westby@ubuntu.com-20030312140533-moud629bi4ryp48y
Tags: 2.2-3
tweek for running under buildd and whenever pmccabe not installed
and . not in $PATH

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Modified McCabe Cyclomatic Complexity
 
2
|   Traditional McCabe Cyclomatic Complexity
 
3
|       |    # Statements in function
 
4
|       |        |   First line of function
 
5
|       |        |       |   # lines in function
 
6
|       |        |       |       |  filename(definition line number):function
 
7
|       |        |       |       |           |
 
8
1       1       1       6       1       test003(6): T1::operator_long()
 
9
1       1       1       15      4       test003(15): T1::operator_long()
 
10
1       1       1       20      4       test003(20): T2::operator_long()
 
11
3       3       7       n/a     24      Total
 
12
   CSL PCT  NCSL PCT  TOTAL  FILENAME
 
13
     6  25    18  75     24  test003
 
14
     6  25    18  75     24  (total files: 1)