scitools.com

← Metric catalog

Call By 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 By Sum Cyclomatic

API ID: CallBySumCyclomatic
Languages: Any
Targets: Functions

Sum of Cyclomatic Complexities for each unique node in the called-by tree (not including self).

Aggregates the cyclomatic complexity of all functions that call this function.