freebsd-ports/devel/scc/pkg-descr
Adam Weinberger f79da1c2a0 devel/scc: Add new port
scc is a LOC counter (similar to tokei), written in go. It's very
fast, and very accurate.

Its unique feature is that it gives you complexity and COCOMO estimates.
2023-07-29 08:58:43 -04:00

2 lines
148 B
Text

scc is a very fast and accurate code counter. In addition, it estimates
code complexity and performs COCOMO (constructive code model) calculations.