Cyclomatic complexity V(G) = number of binary decisions + 1 (or more formally, predicate nodes + 1). This is the standard ISTQB definition. Option A describes what V(G) represents, not how to calculate it. Option C describes statement coverage upper bound, not the calculation itself. Option D is vague. Option B gives the correct calculation formula.