gocodebox/lifterlms

View on GitHub

Showing 1,386 of 1,391 total issues

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

    public function render_block( array $attributes, string $content, WP_Block $block ): string {
        if ( ! property_exists( $block, 'name' ) ) {
            return '';
        }

Severity: Minor
Found in includes/shortcodes/class.llms.shortcodes.blocks.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

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

    function lifterlms_template_student_dashboard_my_achievements( $preview = false ) {

        $student = llms_get_student();
        if ( ! $student ) {
            return;
Severity: Minor
Found in includes/functions/llms.functions.templates.dashboard.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

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

function lifterlms_loop( $query = null ) {

    global $wp_query;
    $temp = null;

Severity: Minor
Found in includes/functions/llms.functions.templates.loop.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

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

function lifterlms_loop_featured_video() {
    global $post;
    if ( 'course' === $post->post_type ) {
        $course = llms_get_post( $post );
        if ( 'yes' === $course->get( 'tile_featured_video' ) ) {
Severity: Minor
Found in includes/functions/llms.functions.templates.loop.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

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

function llms_modify_dashboard_pagination_links( $link ) {

    /**
     * Allow 3rd parties to disable dashboard pagination link rewriting
     *
Severity: Minor
Found in includes/functions/llms.functions.templates.dashboard.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

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

    function lifterlms_template_student_dashboard_my_certificates( $preview = false ) {

        $student = llms_get_student();
        if ( ! $student ) {
            return;
Severity: Minor
Found in includes/functions/llms.functions.templates.dashboard.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

Severity
Category
Status
Source
Language