Sorry for the number jump. I pushed tags before I was ready to release.
GNU complexity computes a complexity measure of C source code. For the most part, it is very similar to pmccabe results. The difference is that code length adds linearly to the score and logic nesting adds geometrically to the score. Short functions tend to score lower than pmccabe and highly nested functionality can score considerably higher. The weighting for length and nesting levels can be adjusted. Complexity also understands C syntax a little better, but still overweights complex initializer expressions. New in 1.10 - March 2016 * parse ternary operator correctly * allow proc closing braces after column 1 *IFF* it is a one line procedure * enhance accepted line endings (viz. DOS and OS/X) * warnings & clarity cleanups * tracing now includes messages about convolution penalties complexity home: http://www.gnu.org/software/complexity/ primary ftp: ftp://ftp.gnu.org/gnu/complexity/ .tar.gz: ftp://ftp.gnu.org/gnu/complexity/complexity-1.10.tar.gz bug reports: bkorb at the usual GNU domain bug archive: http://lists.gnu.org/mailman/listinfo/bug-gnu-utils/ maintainer: Bruce Korb - bkorb at the usual GNU domain -- If you have a working or partly working program that you'd like to offer to the GNU project as a GNU package, see https://www.gnu.org/help/evaluation.html.