|
1 | 1 | === PLAIN MODE === |
2 | 2 | === Code metric by file: |
3 | 3 |
|
4 | | -* Code metrics for file test1.slx/Add One: |
| 4 | +* Code metrics for file test1.slx/test1/Add One: |
5 | 5 | File lines: 3 |
6 | 6 |
|
7 | 7 | Code metrics for function add_one: |
|
13 | 13 | Parameters : 2 |
14 | 14 | Persistents : 0 |
15 | 15 |
|
16 | | -* Code metrics for file test1.slx/Multiply: |
| 16 | +* Code metrics for file test1.slx/test1/Multiply: |
17 | 17 | File lines: 3 |
18 | 18 |
|
19 | 19 | Code metrics for function my_multiply: |
|
25 | 25 | Parameters : 3 |
26 | 26 | Persistents : 0 |
27 | 27 |
|
28 | | -* Code metrics for file test1.slx/Sub One: |
| 28 | +* Code metrics for file test1.slx/test1/Sub One: |
29 | 29 | File lines: 3 |
30 | 30 |
|
31 | 31 | Code metrics for function sub_one: |
|
37 | 37 | Parameters : 2 |
38 | 38 | Persistents : 0 |
39 | 39 |
|
40 | | -* Code metrics for file test2.slx/My_Sub_System/Potato: |
| 40 | +* Code metrics for file test2.slx/test2/My_Sub_System/Potato: |
41 | 41 | File lines: 3 |
42 | 42 |
|
43 | 43 | Code metrics for function fcn: |
|
49 | 49 | Parameters : 2 |
50 | 50 | Persistents : 0 |
51 | 51 |
|
52 | | -* Code metrics for file test2.slx/Potato: |
| 52 | +* Code metrics for file test2.slx/test2/Potato: |
53 | 53 | File lines: 3 |
54 | 54 |
|
55 | 55 | Code metrics for function fcn: |
|
64 | 64 | === Global summary of worst offenders by metric: |
65 | 65 |
|
66 | 66 | * File metric 'File lines': |
67 | | - 1. 3 (test2.slx/Potato) |
68 | | - 2. 3 (test2.slx/My_Sub_System/Potato) |
69 | | - 3. 3 (test1.slx/Sub One) |
70 | | - 4. 3 (test1.slx/Multiply) |
71 | | - 5. 3 (test1.slx/Add One) |
| 67 | + 1. 3 (test2.slx/test2/Potato) |
| 68 | + 2. 3 (test2.slx/test2/My_Sub_System/Potato) |
| 69 | + 3. 3 (test1.slx/test1/Sub One) |
| 70 | + 4. 3 (test1.slx/test1/Multiply) |
| 71 | + 5. 3 (test1.slx/test1/Add One) |
72 | 72 |
|
73 | 73 | * Function metric 'Cyclomatic complexity': |
74 | | - 1. 1 (test2.slx/Potato, function fcn) |
75 | | - 2. 1 (test2.slx/My_Sub_System/Potato, function fcn) |
76 | | - 3. 1 (test1.slx/Sub One, function sub_one) |
77 | | - 4. 1 (test1.slx/Multiply, function my_multiply) |
78 | | - 5. 1 (test1.slx/Add One, function add_one) |
| 74 | + 1. 1 (test2.slx/test2/Potato, function fcn) |
| 75 | + 2. 1 (test2.slx/test2/My_Sub_System/Potato, function fcn) |
| 76 | + 3. 1 (test1.slx/test1/Sub One, function sub_one) |
| 77 | + 4. 1 (test1.slx/test1/Multiply, function my_multiply) |
| 78 | + 5. 1 (test1.slx/test1/Add One, function add_one) |
79 | 79 |
|
80 | 80 | * Function metric 'Function lines': |
81 | | - 1. 3 (test2.slx/Potato, function fcn) |
82 | | - 2. 3 (test2.slx/My_Sub_System/Potato, function fcn) |
83 | | - 3. 3 (test1.slx/Sub One, function sub_one) |
84 | | - 4. 3 (test1.slx/Multiply, function my_multiply) |
85 | | - 5. 3 (test1.slx/Add One, function add_one) |
| 81 | + 1. 3 (test2.slx/test2/Potato, function fcn) |
| 82 | + 2. 3 (test2.slx/test2/My_Sub_System/Potato, function fcn) |
| 83 | + 3. 3 (test1.slx/test1/Sub One, function sub_one) |
| 84 | + 4. 3 (test1.slx/test1/Multiply, function my_multiply) |
| 85 | + 5. 3 (test1.slx/test1/Add One, function add_one) |
86 | 86 |
|
87 | 87 | * Function metric 'Number of paths': |
88 | | - 1. 1 (test2.slx/Potato, function fcn) |
89 | | - 2. 1 (test2.slx/My_Sub_System/Potato, function fcn) |
90 | | - 3. 1 (test1.slx/Sub One, function sub_one) |
91 | | - 4. 1 (test1.slx/Multiply, function my_multiply) |
92 | | - 5. 1 (test1.slx/Add One, function add_one) |
| 88 | + 1. 1 (test2.slx/test2/Potato, function fcn) |
| 89 | + 2. 1 (test2.slx/test2/My_Sub_System/Potato, function fcn) |
| 90 | + 3. 1 (test1.slx/test1/Sub One, function sub_one) |
| 91 | + 4. 1 (test1.slx/test1/Multiply, function my_multiply) |
| 92 | + 5. 1 (test1.slx/test1/Add One, function add_one) |
93 | 93 |
|
94 | 94 | * Function metric 'Parameters': |
95 | | - 1. 3 (test1.slx/Multiply, function my_multiply) |
96 | | - 2. 2 (test2.slx/Potato, function fcn) |
97 | | - 3. 2 (test2.slx/My_Sub_System/Potato, function fcn) |
98 | | - 4. 2 (test1.slx/Sub One, function sub_one) |
99 | | - 5. 2 (test1.slx/Add One, function add_one) |
| 95 | + 1. 3 (test1.slx/test1/Multiply, function my_multiply) |
| 96 | + 2. 2 (test2.slx/test2/Potato, function fcn) |
| 97 | + 3. 2 (test2.slx/test2/My_Sub_System/Potato, function fcn) |
| 98 | + 4. 2 (test1.slx/test1/Sub One, function sub_one) |
| 99 | + 5. 2 (test1.slx/test1/Add One, function add_one) |
100 | 100 |
|
101 | 101 | MISS_HIT Metric Summary: 2 file(s) analysed, everything seems fine |
102 | 102 |
|
|
0 commit comments