You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You are probably correct. Its one of those options I don't use very often. If you want to investigate it and supply the fix feel free, (you will get the glory of the fix too!) otherwise I will have a look when I get around to it in a week or two.
thanks for answering my question. Sorry to say that I currently don't have the resources to investigate it. Anyway, a fix is not pressing for me. Feel free to look at the issue any time it suits you well.
I made some tests with scc (still new to it) and got the following output using the -w option:
Language Files Lines Blanks Comments Code Complexity Complexity/Lines
───────────────────────────────────────────────────────────Go 14 3970 595 985 2390 128 126.86
YAML 1 16 0 0 16 0 0.00
License 1 21 4 0 17 0 0.00
Markdown 1 400 82 0 318 0 0.00
─────────────────────────────────────────────────────────────────────────────────────────────────────────────
Total 17 4407 681 985 2741 128 126.86
I expected the Complexity/Lines for the Go-Files to be 128 / 2390 * 100 (=5.36) not 126.86
Did I misunderstand the Complexity/Lines figure?
The text was updated successfully, but these errors were encountered: