CORE-POS/IS4C

View on GitHub
fannie/modules/plugins2.0/OverShortTools/OsMonthEndPage.php

Summary

Maintainability
C
7 hrs
Test Coverage

Method get_view has 136 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    protected function get_view()
    {
        $stores = FormLib::storePicker();
        $months = '<option value="">Select month...</option>';
        for ($i=1; $i<=12; $i++) {
Severity: Major
Found in fannie/modules/plugins2.0/OverShortTools/OsMonthEndPage.php - About 5 hrs to fix

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

        protected function get_id_handler()
        {
            $ret = array(
                'registers' => array(
                    '0.01' => 0,
    Severity: Major
    Found in fannie/modules/plugins2.0/OverShortTools/OsMonthEndPage.php - About 2 hrs to fix

      There are no issues that match your filters.

      Category
      Status