Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
64 changes: 37 additions & 27 deletions SCC-OUTPUT-REPORT.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@
</tr></thead>
<tbody><tr>
<th>Go</th>
<th>29</th>
<th>23914</th>
<th>1473</th>
<th>455</th>
<th>21986</th>
<th>1446</th>
<th>466340</th>
<th>6550</th>
<th>30</th>
<th>24445</th>
<th>1523</th>
<th>470</th>
<th>22452</th>
<th>1615</th>
<th>480648</th>
<th>6768</th>
</tr><tr>
<td>processor/constants.go</td>
<td></td>
Expand Down Expand Up @@ -80,6 +80,16 @@
<td>79</td>
<td>18242</td>
<td>416</td>
</tr><tr>
<td>main_test.go</td>
<td></td>
<td>531</td>
<td>50</td>
<td>15</td>
<td>466</td>
<td>169</td>
<td>14308</td>
<td>244</td>
</tr><tr>
<td>main.go</td>
<td></td>
Expand Down Expand Up @@ -270,16 +280,6 @@
<td>0</td>
<td>2209</td>
<td>35</td>
</tr><tr>
<td>processor/cocomo_test.go</td>
<td></td>
<td>37</td>
<td>8</td>
<td>4</td>
<td>25</td>
<td>6</td>
<td>686</td>
<td>23</td>
</tr><tr>
<td>processor/bloom.go</td>
<td></td>
Expand All @@ -290,6 +290,16 @@
<td>2</td>
<td>1062</td>
<td>29</td>
</tr><tr>
<td>processor/cocomo_test.go</td>
<td></td>
<td>37</td>
<td>8</td>
<td>4</td>
<td>25</td>
<td>6</td>
<td>686</td>
<td>23</td>
</tr><tr>
<td>processor/helpers_test.go</td>
<td></td>
Expand All @@ -313,16 +323,16 @@
</tr></tbody>
<tfoot><tr>
<th>Total</th>
<th>29</th>
<th>23914</th>
<th>1473</th>
<th>455</th>
<th>21986</th>
<th>1446</th>
<th>466340</th>
<th>6550</th>
<th>30</th>
<th>24445</th>
<th>1523</th>
<th>470</th>
<th>22452</th>
<th>1615</th>
<th>480648</th>
<th>6768</th>
</tr>
<tr>
<th colspan="9">Estimated Cost to Develop (organic) $693,184<br>Estimated Schedule Effort (organic) 11.97 months<br>Estimated People Required (organic) 5.15<br></th>
<th colspan="9">Estimated Cost to Develop (organic) $708,619<br>Estimated Schedule Effort (organic) 12.07 months<br>Estimated People Required (organic) 5.22<br></th>
</tr></tfoot>
</table></body></html>
1 change: 0 additions & 1 deletion examples/ignore/.gitignore

This file was deleted.

1 change: 0 additions & 1 deletion examples/ignore/README.md

This file was deleted.

2 changes: 2 additions & 0 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ module github.com/boyter/scc/v3

go 1.25.2

ignore ./examples

require (
github.com/agnivade/levenshtein v1.2.2-0.20250519083737-420867539855
github.com/boyter/gocodewalker v1.5.1
Expand Down
Loading
Loading