CaffGeek/MBACNationals

View on GitHub
Web.Admin/2014/wordpress/wp-admin/import/rss.php

Summary

Maintainability
B
5 hrs
Test Coverage

Method get_posts has 52 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    function get_posts() {
        global $wpdb;

        set_magic_quotes_runtime(0);
        $datalines = file($this->file); // Read the file into an array
Severity: Major
Found in Web.Admin/2014/wordpress/wp-admin/import/rss.php - About 2 hrs to fix

    Function import_posts has a Cognitive Complexity of 13 (exceeds 5 allowed). Consider refactoring.
    Open

        function import_posts() {
            echo '<ol>';
    
            foreach ($this->posts as $post) {
                echo "<li>".__('Importing post...');
    Severity: Minor
    Found in Web.Admin/2014/wordpress/wp-admin/import/rss.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 get_posts has a Cognitive Complexity of 13 (exceeds 5 allowed). Consider refactoring.
    Open

        function get_posts() {
            global $wpdb;
    
            set_magic_quotes_runtime(0);
            $datalines = file($this->file); // Read the file into an array
    Severity: Minor
    Found in Web.Admin/2014/wordpress/wp-admin/import/rss.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 dispatch has a Cognitive Complexity of 6 (exceeds 5 allowed). Consider refactoring.
    Open

        function dispatch() {
            if (empty ($_GET['step']))
                $step = 0;
            else
                $step = (int) $_GET['step'];
    Severity: Minor
    Found in Web.Admin/2014/wordpress/wp-admin/import/rss.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