Coder Plus
Component ID
2054327
Component name
Coder Plus
Component type
module
Maintenance status
Development status
Component security advisory coverage
covered
Downloads
1006
Component created
Component changed
Component body
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}
