DerDu/SPHERE-Framework

View on GitHub
Application/Reporting/Standard/Company/Service.php

Summary

Maintainability
B
4 hrs
Test Coverage

Method createGroupList has 71 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    public function createGroupList(TblGroup $tblGroup)
    {

        $tblCompanyList = Group::useService()->getCompanyAllByGroup($tblGroup);
        $count = 0;
Severity: Major
Found in Application/Reporting/Standard/Company/Service.php - About 2 hrs to fix

    Method createGroupListExcel has 39 lines of code (exceeds 25 allowed). Consider refactoring.
    Open

        public function createGroupListExcel($companyList)
        {
    
            if (!empty( $companyList )) {
    
    
    Severity: Minor
    Found in Application/Reporting/Standard/Company/Service.php - About 1 hr to fix

      There are no issues that match your filters.

      Category
      Status