CORE-POS/IS4C

View on GitHub
fannie/reports/NewMemsByZip/NewMemsByZipReport.php

Summary

Maintainability
A
2 hrs
Test Coverage
F
45%

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

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

Severity: Minor
Found in fannie/reports/NewMemsByZip/NewMemsByZipReport.php - About 1 hr to fix

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

        public function fetch_report_data()
        {
            $dbc = $this->connection;
            $dbc->selectDB($this->config->get('OP_DB'));
            try {
    Severity: Minor
    Found in fannie/reports/NewMemsByZip/NewMemsByZipReport.php - About 1 hr to fix

      There are no issues that match your filters.

      Category
      Status