How to Install complexity-doc in Ubuntu 18.04



Install complexity-doc by entering the following commands in the terminal:

sudo apt update
sudo apt install complexity-doc

Description:

tool for analyzing the complexity of C program (documentation)

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 . This package contains documentation in TexInfo format.

Homepage: https://gnu.org/software/complexity

Version: 1.10+dfsg-1

Section: universe/doc