fossasia/engelsystem

View on GitHub
install.php

Summary

Maintainability
C
1 day
Test Coverage

Showing 2 of 2 total issues

Function install_admin has a Cognitive Complexity of 35 (exceeds 5 allowed). Consider refactoring.
Open

function install_admin() {
 
$ok = false;
$msg = "";
$username = "";
Severity: Minor
Found in install.php - About 5 hrs to fix

Method install_admin has 89 lines of code (exceeds 25 allowed). Consider refactoring.
Open

function install_admin() {
 
$ok = false;
$msg = "";
$username = "";
Severity: Major
Found in install.php - About 3 hrs to fix

    There are no issues that match your filters.

    Category
    Status