CORE-POS/IS4C

View on GitHub
fannie/modules/plugins2.0/CoreWarehouse/reports/CwCoEfficient.php

Summary

Maintainability
A
3 hrs
Test Coverage

Method get_date1_date2_view has 78 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    protected function get_date1_date2_view()
    {
        $date1 = date('Ymd', strtotime($this->date1));
        $date2 = date('Ymd', strtotime($this->date2));
        $skuP = $this->connection->prepare("
Severity: Major
Found in fannie/modules/plugins2.0/CoreWarehouse/reports/CwCoEfficient.php - About 3 hrs to fix

    There are no issues that match your filters.

    Category
    Status