void printIfPositive()
in
lessons/unwrap.cpp [3:6]
4
lines of code
1
McCabe index (conditional complexity)
void printIfPositive(int i) { std::cout << "Surround and Unwrap me!"; }