lightspeeddevelopment/lsx-health-plan

View on GitHub
includes/template-tags.php

Summary

Maintainability
D
1 day
Test Coverage

Function lsx_health_plan_my_profile_box has a Cognitive Complexity of 65 (exceeds 25 allowed). Consider refactoring.
Open

function lsx_health_plan_my_profile_box() {
    ?>
    <div class="lsx-health-plan my-profile-block wp-block-cover alignfull">
        <div class="wp-block-cover__inner-container">
            <h2><?php esc_html_e( 'My Dashboard', 'lsx-health-plan' ); ?></h2>
Severity: Minor
Found in includes/template-tags.php - About 6 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 lsx_health_plan_week_plan_block has a Cognitive Complexity of 49 (exceeds 25 allowed). Consider refactoring.
Open

function lsx_health_plan_week_plan_block( $args = array() ) {
    $defaults = array(
        'show_downloads' => false,
        'plan'           => '',
    );
Severity: Minor
Found in includes/template-tags.php - About 4 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 lsx_health_plan_all_plans_block has a Cognitive Complexity of 37 (exceeds 25 allowed). Consider refactoring.
Open

function lsx_health_plan_all_plans_block() {
    global $post, $product;

    // If this is the my plan page, and the user is logged out, show to WC login.
    $plan_slug = \lsx_health_plan\functions\get_option( 'my_plan_slug', false );
Severity: Minor
Found in includes/template-tags.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

There are no issues that match your filters.

Category
Status