Coder Plus - In the initial version, this module will give developer an ability to find cyclomatic complexity for all functions within a module. A developer can choose module out of list of all enabled module can can get list of all functions along with complexity present in different files within module directory.

Also, admin can set up a threshold value for complexity to highlight functions with high cyclomatic complexity.

Using Coder Plus we can also check Cyclomatic Complexity of module using drush command. Following command will used to check the complexity of any module.

drush cp {module_name}

Project information

Releases