CORE-POS/IS4C

View on GitHub
fannie/mem/MemMailList.php

Summary

Maintainability
A
2 hrs
Test Coverage
B
89%

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

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

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

        protected function where($dbc, $type)
        {
             $ret = " WHERE ";
    
             switch ($type) {
    Severity: Minor
    Found in fannie/mem/MemMailList.php - About 1 hr to fix

      There are no issues that match your filters.

      Category
      Status