Add --sloccount-format flag to print a more SLOCCount like COCOMO calculation by fschaefer · Pull Request #302 · boyter/scc
Navigation Menu
{{ message }}
- Notifications You must be signed in to change notification settings
- Fork 310
Comments
Merged
Add --sloccount-format flag to print a more SLOCCount like COCOMO calculation#302
boyter merged 2 commits intoboyter:masterfrom
Add --sloccount-format flag to print a more SLOCCount like COCOMO calculation#302
boyter merged 2 commits intoboyter:masterfrom
Conversation
Copy link
Contributor
fschaefer
commented
Nov 4, 2021
fschaefer
commented
As mentioned in the previous PR, I've added a flag to output a more SLOCCount like COCOMO calculation. I prefer this one because you can see the formula and values used.
fschaefer added 2 commits
November 3, 2021 08:32cycle20 reviewed Nov 4, 2021
| return trimmedName | ||
| } | ||
|
|
||
| func calcolateCocomoSLOCCount(sumCode int64, str *strings.Builder) { |
Copy link
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Minor typo in the function name.
boyter
merged commit
d2cc1d3
into
boyter:master
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment