object
cc_metric
¶
Cyclomatic complexity metric. All defined predicates that are not called or updated are counted as graph connected components (the reasoning being that these predicates can be considered entry points). The score is represented by a non-negative integer.
Author: Paulo Moura
Version: 0.2
Date: 2018/7/18
Compilation flags:
static, context_switching_calls
Public interface¶
(see related entities)
Protected interface¶
(see related entities)
Private predicates¶
(see related entities)
Operators¶
(none)
Remarks¶
(none)