complexity

tool for analyzing the complexity of C program functions

Description

Complexity measurement tool help to:

 * locate suspicious areas in unfamiliar code
 * get an idea of how much effort may be required to understand that
   code
 * get an idea of the effort required to test a code base
 * provide a reminder to yourself. You may see what you've written
    as obvious, but others may not.

Comparing with existing tool McCabe, this program improves scoring of following language constructs:

 * code length
 * switch statement
 * logic conditions

Upload more screenshots

Please help extend the collection of screenshots. Just make a screenshot and upload it here. You don't need to register or anything.

Upload a screenshot

Hint: upload an image here from your clipboard with Ctrl-V


Homepage

https://gnu.org/software/complexity


Install this software package

If the package is available for the distribution you are currently using on your computer then install the software by clicking on…

Install complexity