Skip to content

Commit 9f62076

Browse files
authored
Update the Swift code complexity check (#576)
Updates #575.
1 parent 9fbe57a commit 9f62076

File tree

3 files changed

+37
-34
lines changed

3 files changed

+37
-34
lines changed

SCC-OUTPUT-REPORT.html

Lines changed: 33 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,13 @@
1313
<tbody><tr>
1414
<th>Go</th>
1515
<th>25</th>
16-
<th>9335</th>
17-
<th>1417</th>
16+
<th>9385</th>
17+
<th>1426</th>
1818
<th>431</th>
19-
<th>7487</th>
20-
<th>1375</th>
21-
<th>251113</th>
22-
<th>4029</th>
19+
<th>7528</th>
20+
<th>1385</th>
21+
<th>252150</th>
22+
<th>4053</th>
2323
</tr><tr>
2424
<td>processor/workers_test.go</td>
2525
<td></td>
@@ -70,6 +70,16 @@
7070
<td>94</td>
7171
<td>19596</td>
7272
<td>442</td>
73+
</tr><tr>
74+
<td>cmd/badges/main.go</td>
75+
<td></td>
76+
<td>434</td>
77+
<td>71</td>
78+
<td>17</td>
79+
<td>346</td>
80+
<td>68</td>
81+
<td>10799</td>
82+
<td>275</td>
7383
</tr><tr>
7484
<td>main.go</td>
7585
<td></td>
@@ -90,16 +100,6 @@
90100
<td>101</td>
91101
<td>7258</td>
92102
<td>149</td>
93-
</tr><tr>
94-
<td>cmd/badges/main.go</td>
95-
<td></td>
96-
<td>384</td>
97-
<td>62</td>
98-
<td>17</td>
99-
<td>305</td>
100-
<td>58</td>
101-
<td>9762</td>
102-
<td>246</td>
103103
</tr><tr>
104104
<td>processor/workers_tokei_test.go</td>
105105
<td></td>
@@ -220,16 +220,6 @@
220220
<td>0</td>
221221
<td>2209</td>
222222
<td>35</td>
223-
</tr><tr>
224-
<td>processor/cocomo_test.go</td>
225-
<td></td>
226-
<td>37</td>
227-
<td>8</td>
228-
<td>4</td>
229-
<td>25</td>
230-
<td>6</td>
231-
<td>686</td>
232-
<td>23</td>
233223
</tr><tr>
234224
<td>processor/bloom.go</td>
235225
<td></td>
@@ -240,6 +230,16 @@
240230
<td>2</td>
241231
<td>1062</td>
242232
<td>29</td>
233+
</tr><tr>
234+
<td>processor/cocomo_test.go</td>
235+
<td></td>
236+
<td>37</td>
237+
<td>8</td>
238+
<td>4</td>
239+
<td>25</td>
240+
<td>6</td>
241+
<td>686</td>
242+
<td>23</td>
243243
</tr><tr>
244244
<td>processor/helpers_test.go</td>
245245
<td></td>
@@ -274,15 +274,15 @@
274274
<tfoot><tr>
275275
<th>Total</th>
276276
<th>25</th>
277-
<th>9335</th>
278-
<th>1417</th>
277+
<th>9385</th>
278+
<th>1426</th>
279279
<th>431</th>
280-
<th>7487</th>
281-
<th>1375</th>
282-
<th>251113</th>
283-
<th>4029</th>
280+
<th>7528</th>
281+
<th>1385</th>
282+
<th>252150</th>
283+
<th>4053</th>
284284
</tr>
285285
<tr>
286-
<th colspan="9">Estimated Cost to Develop (organic) $223,675<br>Estimated Schedule Effort (organic) 7.79 months<br>Estimated People Required (organic) 2.55<br></th>
286+
<th colspan="9">Estimated Cost to Develop (organic) $224,961<br>Estimated Schedule Effort (organic) 7.80 months<br>Estimated People Required (organic) 2.56<br></th>
287287
</tr></tfoot>
288288
</table></body></html>

languages.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6178,6 +6178,9 @@
61786178
"switch ",
61796179
"while ",
61806180
"else ",
6181+
"catch ",
6182+
"guard ",
6183+
"?",
61816184
"|| ",
61826185
"&& ",
61836186
"!= ",

0 commit comments

Comments
 (0)