Was bedeutet Cyclomatic Complexity?
Das International Software Architecture Qualification Board (ISAQB) definiert den Begriff „Cyclomatic Complexity“ wie folgt:
Unter Cyclomatic Complexity versteht man „
Quantitative measure, number of independent paths through a program’s source code
It roughly correlates to the number of conditional statements (if
,while
) in the code +1
A linear sequence of statements withoutif
orwhile
has the cyclomatic complexity of 1
Many software engineers believe that higher complexity correlates to the number of defects.Category: Metric.
„
Wenn Sie ähnliche Fachbegriffe wie Cyclomatic Complexity nachschlagen müssen, schauen Sie doch einfach in unserm umfangreichen Glossar nach. Oder durchsuchen Sie unser Wörterbuch: