scitools.com

← Metric catalog

Call Sum Cyclomatic is one of the source-code metrics Understand computes across 17+ languages — browse them in the GUI, export and track them, or script them with the Python API.

Call Sum Cyclomatic

API ID: CallSumCyclomatic
Languages: Any
Targets: Functions

Sum of Cyclomatic Complexities for each unique node in the call tree.

Aggregates the cyclomatic complexity of all functions in the call tree, providing a measure of total complexity reachable from this function.