CORE-POS/IS4C

View on GitHub
fannie/classlib2.0/jobs/QueuedReport.php

Summary

Maintainability
A
1 hr
Test Coverage
F
0%

Method run has 38 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    public function run()
    {
        if (!class_exists('\\' . $this->data['reportClass'])) {
            include($this->data['reportFile']);
        }
Severity: Minor
Found in fannie/classlib2.0/jobs/QueuedReport.php - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status