Recursive source code line counter for C, BASIC, and web files.
Recursively count lines of source code and comments through files and sub-directories.
Created to parse entire projects rather than individual files.
C, BASIC, and web files (general) supported.
C and C++ control flow graph generator and analyzer
CoFlo generates Control-Flow Graphs from C and C++ source code. It can then output the graphs in a number of ways and perform various control flow analyses.
NOTE: CoFlo has not been under active development for several years. At this time, I suggest you look into LLVM-based tooling to see if there is anything similar to CoFlo which will meet your needs.