lightspeeddevelopment/lsx-search

View on GitHub

Showing 6 of 1,518 total issues

Frontend has 45 functions (exceeds 25 allowed). Consider refactoring.
Open

class Frontend {

    /**
     * Holds class instance
     *
Severity: Minor
Found in classes/class-frontend.php - About 5 hrs to fix

    Function destination_facet_render has a Cognitive Complexity of 54 (exceeds 25 allowed). Consider refactoring.
    Open

        public function destination_facet_render( $params ) {
            $facet = $params['facet'];
    
            $output = '';
            $values = (array) $params['values'];
    Severity: Minor
    Found in classes/facetwp/class-post-connections.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

    Function facetwp_index_row_data has a Cognitive Complexity of 39 (exceeds 25 allowed). Consider refactoring.
    Open

        public function facetwp_index_row_data( $rows, $params ) {
            switch ( $params['facet']['source'] ) {
                case 'cf/destination_to_tour':
                case 'cf/destination_to_accommodation':
                    $countries = array();
    Severity: Minor
    Found in classes/facetwp/class-post-connections.php - About 2 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 search_form has a Cognitive Complexity of 34 (exceeds 25 allowed). Consider refactoring.
    Open

        public function search_form( $atts = array() ) {
            $classes = 'search-form lsx-search-form form-inline';
    
            if ( isset( $atts['class'] ) ) {
                $classes .= $atts['class'];
    Severity: Minor
    Found in classes/class-lsx-search-shortcode.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 set_search_prefix has a Cognitive Complexity of 33 (exceeds 25 allowed). Consider refactoring.
    Open

        private function set_search_prefix( $new_prefixes = false ) {
            $page_for_posts = get_option( 'page_for_posts' );
            if ( false !== $new_prefixes ) {
                $this->taxonomies = array();
                $this->post_types = array();
    Severity: Minor
    Found in classes/class-frontend.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 configure_settings_search_archive_fields has a Cognitive Complexity of 27 (exceeds 25 allowed). Consider refactoring.
    Open

        public function configure_settings_search_archive_fields( $cmb ) {
            $archives       = array();
            $post_type_args = array(
                'public' => true,
            );
    Severity: Minor
    Found in classes/class-admin.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

    Severity
    Category
    Status
    Source
    Language