CORE-POS/IS4C

View on GitHub
fannie/item/WFC-Uproducts/NewClassPage.php

Summary

Maintainability
D
2 days
Test Coverage
F
4%

File NewClassPage.php has 352 lines of code (exceeds 250 allowed). Consider refactoring.
Open

<?php
/*******************************************************************************

    Copyright 2017 Whole Foods Community Co-op

Severity: Minor
Found in fannie/item/WFC-Uproducts/NewClassPage.php - About 4 hrs to fix

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

        public function form_content($newClassUpc)
        {
            $this->addOnloadCommand("$('#date').datepicker({dateFormat: 'mm-dd-yy'});");
    
            return <<<HTML
    Severity: Major
    Found in fannie/item/WFC-Uproducts/NewClassPage.php - About 3 hrs to fix

      Method javascriptContent has 90 lines of code (exceeds 25 allowed). Consider refactoring.
      Open

          public function javascriptContent()
          {
              return <<<JAVASCRIPT
      $('#upc').keyup(function(e){
          var upc = $(this).val();
      Severity: Major
      Found in fannie/item/WFC-Uproducts/NewClassPage.php - About 3 hrs to fix

        Method get_create_handler has 65 lines of code (exceeds 25 allowed). Consider refactoring.
        Open

            protected function get_create_handler()
            {
                
                global $FANNIE_OP_DB;
                $local = FannieDB::get($FANNIE_OP_DB);
        Severity: Major
        Found in fannie/item/WFC-Uproducts/NewClassPage.php - About 2 hrs to fix

          Function get_create_handler has a Cognitive Complexity of 12 (exceeds 5 allowed). Consider refactoring.
          Open

              protected function get_create_handler()
              {
                  
                  global $FANNIE_OP_DB;
                  $local = FannieDB::get($FANNIE_OP_DB);
          Severity: Minor
          Found in fannie/item/WFC-Uproducts/NewClassPage.php - About 1 hr to fix

          Cognitive Complexity

          Cognitive Complexity is a measure of how difficult a unit of code is to intuitively understand. Unlike Cyclomatic Complexity, which determines how difficult your code will be to test, Cognitive Complexity tells you how difficult your code will be to read and comprehend.

          A method's cognitive complexity is based on a few simple rules:

          • Code is not considered more complex when it uses shorthand that the language provides for collapsing multiple statements into one
          • Code is considered more complex for each "break in the linear flow of the code"
          • Code is considered more complex when "flow breaking structures are nested"

          Further reading

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

              public function get_view()
              {
                  $alert = '';
                  $upc = FormLib::get('upc');
                  $upc = BarcodeLib::padUPC($upc);
          Severity: Minor
          Found in fannie/item/WFC-Uproducts/NewClassPage.php - About 1 hr to fix

            There are no issues that match your filters.

            Category
            Status