CORE-POS/IS4C

View on GitHub
fannie/reports/ProductHistory/WhoCreatedReport.php

Summary

Maintainability
A
1 hr
Test Coverage
B
82%

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

    public function fetch_report_data()
    {
        $prep = $this->connection->prepare('
            SELECT upc, brand, description, vendorName, MIN(created) AS created
            FROM products AS p
Severity: Minor
Found in fannie/reports/ProductHistory/WhoCreatedReport.php - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status