CORE-POS/IS4C

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

Summary

Maintainability
A
3 hrs
Test Coverage

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

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

        $ts1 = strtotime(FormLib::get('date1'));
Severity: Minor
Found in fannie/modules/plugins2.0/CoreWarehouse/reports/CwGrowthReport.php - About 1 hr to fix

    Method form_content has 29 lines of code (exceeds 25 allowed). Consider refactoring.
    Open

        public function form_content()
        {
            $stores = FormLib::storePicker();
            $dates = FormLib::standardDateFields();
            $model = new SuperDeptNamesModel($this->connection);
    Severity: Minor
    Found in fannie/modules/plugins2.0/CoreWarehouse/reports/CwGrowthReport.php - About 1 hr to fix

      There are no issues that match your filters.

      Category
      Status