← Back to tools

scc

Fast codebase statistics counter with COCOMO and complexity estimation

Development linuxmacoswindows Go MIT

Description

Sloc Cloc and Code (scc) is a codebase statistics counter. Its goal is to be the fastest code counter possible, while also performing COCOMO calculation like sloccount and estimating code complexity similar to cyclomatic complexity calculators.

AI Summary

The fastest code counter with COCOMO cost estimation and code complexity analysis.

Capabilities

  • + Count lines of code at very high speed
  • + COCOMO project cost estimation
  • + Code complexity estimation
  • + Support for many programming languages
  • + Multiple output formats

Use When

  • You need fast codebase statistics
  • You want COCOMO cost estimation
  • You need code complexity metrics

Avoid When

  • x You need only simple line counting (cloc suffices)
  • x You need detailed per-function analysis
View AGENTS.md for scc