CORE-POS/IS4C

View on GitHub
fannie/reports/CouponExplorer/CouponExplorerReport.php

Summary

Maintainability
B
4 hrs
Test Coverage
F
50%

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

    function fetch_report_data()
    {
        $dbc = $this->connection;
        $dbc->selectDB($this->config->get('OP_DB'));
        $date1 = $this->form->date1;
Severity: Major
Found in fannie/reports/CouponExplorer/CouponExplorerReport.php - About 2 hrs to fix

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

        function form_content()
        {
            $stores = FormLib::storePicker();
            ob_start();
    ?>
    Severity: Minor
    Found in fannie/reports/CouponExplorer/CouponExplorerReport.php - About 1 hr to fix

      There are no issues that match your filters.

      Category
      Status