What is Cyclomatic complexity ?

What is Cyclomatic complexity ?

A. Black box testing
B. White box testing
C. Yellow box testing
D. Green box testing

Explanation: Cyclomatic complexity measures the amount of decision logic in the program module.Cyclomatic complexity gives the minimum number of paths that can generate all possible paths through the module.