Package: wnpp Severity: wishlist X-Debbugs-Cc: debian...@lists.debian.org * Package name : scc Version : 3.4.0 Upstream Contact: https://github.com/boyter * URL : https://github.com/boyter/scc * License : MIT Programming Lang: go Description : fast accurate code counter with complexity calculations and COCOMO estimates
A tool similar to cloc, sloccount and tokei. For counting the lines of code, blank lines, comment lines, and physical lines of source code in many programming languages. Goal is to be the fastest code counter possible, but also perform COCOMO calculation like sloccount, estimate code complexity similar to cyclomatic complexity calculators and produce unique lines of code or DRYness metrics. In short one tool to rule them all. ---- there's sloccount (which is too old) and cloc (which doesn't have percentages), this seems better!