AppStateESS/homestead

View on GitHub
class/HMS_Reports.php

Summary

Maintainability
A
3 hrs
Test Coverage

Method reappAvailability has 49 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    public static function reappAvailability()
    {
        $term = Term::getSelectedTerm();

        // Available rooms in each residence hall.
Severity: Minor
Found in class/HMS_Reports.php - About 1 hr to fix

Method run_assigned_type_f has 34 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    public static function run_assigned_type_f(){

        $term = Term::getSelectedTerm();

        $db = new PHPWS_DB('hms_assignment');
Severity: Minor
Found in class/HMS_Reports.php - About 1 hr to fix

There are no issues that match your filters.

Category
Status