Calculate McCabe-style cyclomatic complexity for C/C++ code
pmccabe
$ pmccabe myfile.c
$ pmccabe *.c | sort -rn -k1
$ pmccabe -v source.cpp