1 Repo
Tools that estimate software complexity by scanning for control-flow keywords and operators.
Distinct from Code Complexity: Distinct from general Code Complexity: specifically implements keyword-based approximation rather than full AST analysis.
Explore 1 awesome GitHub repository matching part of an awesome list · Cyclomatic Complexity Approximators. Refine with filters or upvote what's useful.
Scc is a codebase analysis tool written in Go that calculates source lines of code, blank lines, and comments across hundreds of programming and markup languages. It functions as a source code metric engine, software complexity analyzer, and cost estimator. The project differentiates itself by providing a COCOMO cost estimator to predict development effort and financial costs, alongside tools to estimate the cost of regenerating a codebase using large language models. It also includes a Git repository metrics tool that correlates commit history with codebase metrics to identify hotspots, trac
Estimates cyclomatic complexity by scanning source code for language-specific control flow keywords.