mambax7/pedigree

View on GitHub
class/CheckoutWizard.php

Summary

Maintainability
D
2 days
Test Coverage

Method completeCallback has 137 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    public function completeCallback()
    {
        //can this field be searched
        $search = $this->getValue('hassearch');
        if ('hassearch' === $search) {
Severity: Major
Found in class/CheckoutWizard.php - About 5 hrs to fix

    File CheckoutWizard.php has 369 lines of code (exceeds 250 allowed). Consider refactoring.
    Open

    <?php
    
    namespace XoopsModules\Pedigree;
    
    //require_once __DIR__ . '/wizard.php';
    Severity: Minor
    Found in class/CheckoutWizard.php - About 4 hrs to fix

      Function prepareSettings has a Cognitive Complexity of 24 (exceeds 5 allowed). Consider refactoring.
      Open

          public function prepareSettings()
          {
              if (0 == !$this->getValue('field')) {
                  // field already exists (editing mode)
      
      
      Severity: Minor
      Found in class/CheckoutWizard.php - About 3 hrs 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 completeCallback has a Cognitive Complexity of 22 (exceeds 5 allowed). Consider refactoring.
      Open

          public function completeCallback()
          {
              //can this field be searched
              $search = $this->getValue('hassearch');
              if ('hassearch' === $search) {
      Severity: Minor
      Found in class/CheckoutWizard.php - About 3 hrs 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 prepareSettings has 36 lines of code (exceeds 25 allowed). Consider refactoring.
      Open

          public function prepareSettings()
          {
              if (0 == !$this->getValue('field')) {
                  // field already exists (editing mode)
      
      
      Severity: Minor
      Found in class/CheckoutWizard.php - About 1 hr to fix

        Function prepareDefaultvalue has a Cognitive Complexity of 10 (exceeds 5 allowed). Consider refactoring.
        Open

            public function prepareDefaultvalue()
            {
                if (0 == !$this->getValue('field')) {
                    // field already exists (editing mode)
        
        
        Severity: Minor
        Found in class/CheckoutWizard.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

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

            public function __construct()
            {
                global $field;
                // start the session and initialize the wizard
                if (null === $_SESSION) {
        Severity: Minor
        Found in class/CheckoutWizard.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 prepareSearch has a Cognitive Complexity of 6 (exceeds 5 allowed). Consider refactoring.
        Open

            public function prepareSearch()
            {
                if (0 == !$this->getValue('field')) {
                    // field already exists (editing mode)
        
        
        Severity: Minor
        Found in class/CheckoutWizard.php - About 25 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