SoftwareTestPilot

Chapter 3 – Static Testing

Cyclomatic Complexity – ISTQB Definition

Last Updated: July 12, 2026 · SoftwareTestPilot QA Team

Official ISTQB Definition

The number of independent paths through a program.

In simple words

A metric that counts branches in code — higher number means the code is harder to test.

Exam tip

Cyclomatic complexity above 10 is a common warning threshold in static analysis.

Related terms

Practice this term in the ISTQB Mock Test

40 CTFL v4.0 questions, 60-minute timer, instant scoring and chapter-wise breakdown.

Practice in Mock Test