Cyclomatic Complexity method comes under which testing method ?

Cyclomatic Complexity method comes under which testing method ?

A. Yellow box
B. White box
C. Gray box
D. Black box

Explanation: Cyclomatic Complexity tells us about the number of independent paths in a program which is covered in white box testing.