CORE-POS/IS4C

View on GitHub
fannie/modules/plugins2.0/VolunteerHours/VhAccountPage.php

Summary

Maintainability
B
5 hrs
Test Coverage

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

    public function get_id_view()
    {
        $dbc = $this->connection;
        $settings = $this->config->get('PLUGIN_SETTINGS');
        $dbc->selectDB($settings['VolunteerHoursDB']);
Severity: Major
Found in fannie/modules/plugins2.0/VolunteerHours/VhAccountPage.php - About 2 hrs to fix

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

        public function get_view()
        {
            $dbc = $this->connection;
            $settings = $this->config->get('PLUGIN_SETTINGS');
            $dbc->selectDB($settings['VolunteerHoursDB']);
    Severity: Major
    Found in fannie/modules/plugins2.0/VolunteerHours/VhAccountPage.php - About 2 hrs to fix

      There are no issues that match your filters.

      Category
      Status