gnu-complexity

Measures complexity of C source code functions

brewmacoslinux
Try with needOr install directly
Source

About

Measures complexity of C source

Commands

complexity

Examples

Analyze complexity of a single C file$ complexity myprogram.c
Analyze all C files in a directory recursively$ complexity *.c
Show only functions exceeding a complexity threshold$ complexity --threshold=10 myprogram.c