Overview of Sloc Cloc and Code (scc)
masterscc is a high-performance tool designed for counting lines of code (SLOC), blank lines, comment lines, and physical lines of source code across many programming languages. It is intended to be a faster alternative to cloc, sloccount, and tokei.
Beyond simple counting, scc provides:
- COCOMO calculations (similar to
sloccount) - LOCOMO estimation for LLM-based development costs
- Code complexity estimation
- Unique lines of code and DRYness metrics