CORE-POS/IS4C

View on GitHub
pos/is4c-nf/gui-modules/suspendedlist.php

Summary

Maintainability
B
6 hrs
Test Coverage
F
48%

Method getTransactions has 39 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    private function getTransactions()
    {
        $queryLocal = "
            SELECT register_no,
                emp_no,
Severity: Minor
Found in pos/is4c-nf/gui-modules/suspendedlist.php - About 1 hr to fix

    Method doResume has 39 lines of code (exceeds 25 allowed). Consider refactoring.
    Open

        private function doResume($reg,$emp,$trans)
        {
            $queryDel = "DELETE FROM suspended WHERE register_no = ".$reg." AND emp_no = "
                .$emp." AND trans_no = ".$trans;
    
    
    Severity: Minor
    Found in pos/is4c-nf/gui-modules/suspendedlist.php - About 1 hr to fix

      Method body_content has 38 lines of code (exceeds 25 allowed). Consider refactoring.
      Open

          function body_content()
          {
              echo "<div class=\"baseHeight\">"
                  ."<div class=\"listbox\">"
                  ."<form id=\"selectform\" method=\"post\" action=\""
      Severity: Minor
      Found in pos/is4c-nf/gui-modules/suspendedlist.php - About 1 hr to fix

        Function doResume has a Cognitive Complexity of 9 (exceeds 5 allowed). Consider refactoring.
        Open

            private function doResume($reg,$emp,$trans)
            {
                $queryDel = "DELETE FROM suspended WHERE register_no = ".$reg." AND emp_no = "
                    .$emp." AND trans_no = ".$trans;
        
        
        Severity: Minor
        Found in pos/is4c-nf/gui-modules/suspendedlist.php - About 55 mins 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

        Function preprocess has a Cognitive Complexity of 8 (exceeds 5 allowed). Consider refactoring.
        Open

            function preprocess()
            {
                /* form submitted */
                if ($this->form->tryGet('selectlist', false) !== false) {
                    if ($this->form->selectlist !== '') { // selected a transaction
        Severity: Minor
        Found in pos/is4c-nf/gui-modules/suspendedlist.php - About 45 mins 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

        Function getTransactions has a Cognitive Complexity of 7 (exceeds 5 allowed). Consider refactoring.
        Open

            private function getTransactions()
            {
                $queryLocal = "
                    SELECT register_no,
                        emp_no,
        Severity: Minor
        Found in pos/is4c-nf/gui-modules/suspendedlist.php - About 35 mins 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

        There are no issues that match your filters.

        Category
        Status