CORE-POS/IS4C

View on GitHub
fannie/modules/plugins2.0/GiveUsMoneyPlugin/reports/GumDividendTaxReport.php

Summary

Maintainability
A
2 hrs
Test Coverage

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

    public function fetch_report_data()
    {
        global $FANNIE_PLUGIN_SETTINGS, $FANNIE_OP_DB;
        $dbc = FannieDB::get($FANNIE_PLUGIN_SETTINGS['GiveUsMoneyDB']);
        $end_date = FormLib::get('endDate', date('Y-m-d'));

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

        public function form_content()
        {
            global $FANNIE_PLUGIN_SETTINGS, $FANNIE_OP_DB;
            $dbc = FannieDB::get($FANNIE_PLUGIN_SETTINGS['GiveUsMoneyDB']);
    
    

      There are no issues that match your filters.

      Category
      Status