DerDu/SPHERE-Framework

View on GitHub
Application/Reporting/Custom/Schneeberg/Person/Service.php

Summary

Maintainability
C
7 hrs
Test Coverage

Method createClassList has 153 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    public function createClassList(TblDivision $tblDivision)
    {

        $tblPersonList = Division::useService()->getStudentAllByDivision($tblDivision);
        $TableContent = array();
Severity: Major
Found in Application/Reporting/Custom/Schneeberg/Person/Service.php - About 6 hrs to fix

    Method createClassListExcel has 41 lines of code (exceeds 25 allowed). Consider refactoring.
    Open

        public function createClassListExcel($PersonList)
        {
    
            if (!empty( $PersonList )) {
    
    
    Severity: Minor
    Found in Application/Reporting/Custom/Schneeberg/Person/Service.php - About 1 hr to fix

      There are no issues that match your filters.

      Category
      Status