awsmug/torro-forms

View on GitHub
src/db-objects/submissions/submission-edit-page.php

Summary

Maintainability
C
1 day
Test Coverage

Function get_fields has a Cognitive Complexity of 36 (exceeds 5 allowed). Consider refactoring.
Open

    protected function get_fields() {
        $fields = array(
            'form_id'     => array(
                'section'      => 'associated_data',
                'type'         => 'autocomplete',
Severity: Minor
Found in src/db-objects/submissions/submission-edit-page.php - About 5 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 get_fields has 68 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    protected function get_fields() {
        $fields = array(
            'form_id'     => array(
                'section'      => 'associated_data',
                'type'         => 'autocomplete',
Severity: Major
Found in src/db-objects/submissions/submission-edit-page.php - About 2 hrs to fix

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

        protected function get_sections() {
            $sections = array(
                'associated_data'     => array(
                    'tab'   => 'general',
                    'title' => _x( 'Associated Data', 'submission edit page section', 'torro-forms' ),
    Severity: Minor
    Found in src/db-objects/submissions/submission-edit-page.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_sections has 27 lines of code (exceeds 25 allowed). Consider refactoring.
    Open

        protected function get_sections() {
            $sections = array(
                'associated_data'     => array(
                    'tab'   => 'general',
                    'title' => _x( 'Associated Data', 'submission edit page section', 'torro-forms' ),
    Severity: Minor
    Found in src/db-objects/submissions/submission-edit-page.php - About 1 hr to fix

      Avoid deeply nested control flow statements.
      Open

                                      if ( is_a( $element_type, Non_Input_Element_Type_Interface::class ) ) {
                                          continue;
                                      }
      Severity: Major
      Found in src/db-objects/submissions/submission-edit-page.php - About 45 mins to fix

        Function get_tabs has a Cognitive Complexity of 6 (exceeds 5 allowed). Consider refactoring.
        Open

            protected function get_tabs() {
                $tabs = array(
                    'general' => array(
                        'title' => _x( 'General', 'submission edit page tab', 'torro-forms' ),
                    ),
        Severity: Minor
        Found in src/db-objects/submissions/submission-edit-page.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