CORE-POS/IS4C

View on GitHub
fannie/mem/patronage/AddPatronageEntryPage.php

Summary

Maintainability
A
3 hrs
Test Coverage
F
1%

Method get_id_view has 55 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    public function get_id_view()
    {
        global $FANNIE_OP_DB;
        $dbc = FannieDB::get($FANNIE_OP_DB);
        $patronage = new PatronageModel($dbc);
Severity: Major
Found in fannie/mem/patronage/AddPatronageEntryPage.php - About 2 hrs to fix

    Method post_id_handler has 35 lines of code (exceeds 25 allowed). Consider refactoring.
    Open

        public function post_id_handler()
        {
            global $FANNIE_OP_DB;
            $dbc = FannieDB::get($FANNIE_OP_DB);
            $prep = $dbc->prepare('
    Severity: Minor
    Found in fannie/mem/patronage/AddPatronageEntryPage.php - About 1 hr to fix

      There are no issues that match your filters.

      Category
      Status