CORE-POS/IS4C

View on GitHub
fannie/reports/BatchBeforeAfter/BatchBeforeAfterReport.php

Summary

Maintainability
B
5 hrs
Test Coverage
C
75%

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

    function form_content()
    {
        $dbc = $this->connection;
        $dbc->selectDB($this->config->get('OP_DB'));

Severity: Major
Found in fannie/reports/BatchBeforeAfter/BatchBeforeAfterReport.php - About 3 hrs to fix

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

        function fetch_report_data()
        {
            $dbc = $this->connection;
            $dbc->selectDB($this->config->get('OP_DB'));
            $bStart = FormLib::get_form_value('date1','');
    Severity: Major
    Found in fannie/reports/BatchBeforeAfter/BatchBeforeAfterReport.php - About 2 hrs to fix

      There are no issues that match your filters.

      Category
      Status