~ubuntu-branches/ubuntu/breezy/pmccabe/breezy

« back to all changes in this revision

Viewing changes to test007.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
5       5       10      1       8       test007(1): a
 
9
5       5       10      9       8       test007(9): a
 
10
5       5       10      17      8       test007(17): a
 
11
5       5       10      25      8       test007(25): a
 
12
20      20      44      n/a     32      Total
 
13
   CSL PCT  NCSL PCT  TOTAL  FILENAME
 
14
     0   0    32 100     32  test007
 
15
     0   0    32 100     32  (total files: 1)