-
Notifications
You must be signed in to change notification settings - Fork 0
/
rubocop-rubycritic-output.txt
146 lines (130 loc) · 3.64 KB
/
rubocop-rubycritic-output.txt
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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
bundle exec rubocop
Inspecting 20 files
....................
20 files inspected, no offenses detected
bundle exec rubocop --require rubocop-rspec
Inspecting 20 files
....................
20 files inspected, no offenses detected
bundle exec rubycritic --format console
running flay smells
[32m.[0m[32m.[0m[32m.[0m
running flog smells
[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m
running reek smells
[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m
running complexity
[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m
running attributes
[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m
running churn
[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m
running simple_cov
[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m
CellSpec:
Rating: A
Churn: 3
Complexity: 27.4
Duplication: 0
Smells: 0
GridSpec:
Rating: A
Churn: 6
Complexity: 33.73
Duplication: 0
Smells: 0
Jdlv:
Rating: A
Churn: 2
Complexity: 0.0
Duplication: 0
Smells: 0
Jdlv:
Rating: A
Churn: 9
Complexity: 0.0
Duplication: 0
Smells: 0
Jdlv::Cell:
Rating: A
Churn: 3
Complexity: 13.33
Duplication: 0
Smells: 0
Jdlv::Position:
Rating: A
Churn: 5
Complexity: 16.9
Duplication: 0
Smells: 0
Jdlv::PositionsLoader:
Rating: A
Churn: 1
Complexity: 3.13
Duplication: 0
Smells: 0
JdlvSpec:
Rating: A
Churn: 3
Complexity: 4.8
Duplication: 0
Smells: 0
PositionSpec:
Rating: A
Churn: 2
Complexity: 41.82
Duplication: 0
Smells: 0
SpecHelper:
Rating: A
Churn: 2
Complexity: 0.0
Duplication: 0
Smells: 0
Jdlv::Grid:
Rating: B
Churn: 6
Complexity: 58.22
Duplication: 0
Smells: 1
* (TooManyStatements) Jdlv::Grid#free_positions has approx 6 statements
- lib/jdlv/grid.rb:78
Jdlv::PositionsLocator:
Rating: B
Churn: 2
Complexity: 28.69
Duplication: 32
Smells: 1
* (DuplicateCode) Similar code found in 2 nodes
- lib/jdlv/positions_locator.rb:16
- lib/jdlv/positions_locator.rb:33
PositionsLoaderSpec:
Rating: B
Churn: 1
Complexity: 32.7
Duplication: 19
Smells: 1
* (DuplicateCode) Similar code found in 3 nodes
- spec/jdlv/positions_loader_spec.rb:5
- spec/jdlv/positions_locator_spec.rb:5
- spec/jdlv/positions_locator_spec.rb:11
GridTickSpec:
Rating: C
Churn: 1
Complexity: 77.28
Duplication: 34
Smells: 1
* (DuplicateCode) Similar code found in 2 nodes
- spec/jdlv/grid_tick_spec.rb:24
- spec/jdlv/grid_tick_spec.rb:29
PositionsLocatorSpec:
Rating: C
Churn: 1
Complexity: 78.3
Duplication: 38
Smells: 1
* (DuplicateCode) Similar code found in 3 nodes
- spec/jdlv/positions_loader_spec.rb:5
- spec/jdlv/positions_locator_spec.rb:5
- spec/jdlv/positions_locator_spec.rb:11
Score: 90.56