01Identifies Change Amplification: Tracks if single conceptual changes require edits in many places.
023 GitHub stars
03Exposes Unknown Unknowns: Surfaces hidden dependencies and undocumented constraints that lead to bugs.
04Strategic Refactoring Guidance: Determines whether to eliminate complexity or encapsulate it in deep modules.
05Weighted Complexity Analysis: Prioritizes issues in high-traffic code paths using the complexity formula.
06Assesses Cognitive Load: Evaluates how much specialized knowledge a developer needs to modify a module safely.