Cyclomatic Complexity is a source code metric used to measure the number of linearly independent paths through a program's source code. Because it requires direct knowledge and analysis of the internal code structure, it falls under White box testing.