fossasia/engelsystem

View on GitHub
includes/controller/admin_cgroups_controller.php

Summary

Maintainability
B
4 hrs
Test Coverage

Showing 2 of 2 total issues

Function admin_create_groups has a Cognitive Complexity of 18 (exceeds 5 allowed). Consider refactoring.
Open

function admin_create_groups() {
 
global $user;
 
$name = "";
Severity: Minor
Found in includes/controller/admin_cgroups_controller.php - About 2 hrs to fix

Method admin_create_groups has 48 lines of code (exceeds 25 allowed). Consider refactoring.
Open

function admin_create_groups() {
 
global $user;
 
$name = "";
Severity: Minor
Found in includes/controller/admin_cgroups_controller.php - About 1 hr to fix
    Category
    Status