webcol/Calima

View on GitHub
Sistema/Ayudantes/CFPHPMenu.php

Summary

Maintainability
A
2 hrs
Test Coverage

Method menu_p has 37 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    function menu_p($sel = 'inicio', $separador = '')
   {
        //$CI =& get_instance();
        $items = array(
            'inicio' => array(
Severity: Minor
Found in Sistema/Ayudantes/CFPHPMenu.php - About 1 hr to fix

    Method menu_ul has 30 lines of code (exceeds 25 allowed). Consider refactoring.
    Open

        function menu_ul($sel = 'inicio')
       {
            $items = array(
                'inicio' => array(
                    'id'     => 'inicio',
    Severity: Minor
    Found in Sistema/Ayudantes/CFPHPMenu.php - About 1 hr to fix

      There are no issues that match your filters.

      Category
      Status