CORE-POS/IS4C

View on GitHub
fannie/auth/ui/AuthReport.php

Summary

Maintainability
A
1 hr
Test Coverage
F
35%

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

    public function fetch_report_data()
    {
        $dbc = $this->connection;

        $users = $dbc->query('SELECT uid, name, real_name FROM Users order by name');
Severity: Minor
Found in fannie/auth/ui/AuthReport.php - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status