presscodes/maera

View on GitHub

Showing 43 of 43 total issues

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

    function custom_css_cached() {

        if ( Maera()->dev->dev_mode() ) {
            // Get our styles using the maera/styles filter
            $data = apply_filters( 'maera/styles', null );
Severity: Minor
Found in includes/class-maera-caching.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 twig_locations has a Cognitive Complexity of 6 (exceeds 5 allowed). Consider refactoring.
Open

    public function twig_locations() {

        $locations = array();
        $location_roots = array();

Severity: Minor
Found in includes/class-maera-timber.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 test_missing has a Cognitive Complexity of 6 (exceeds 5 allowed). Consider refactoring.
Open

    public function test_missing() {

        $plugins = apply_filters( 'maera/plugins/required', array() );
        $status  = get_transient( 'maera_required_plugins_status' );

Severity: Minor
Found in includes/class-maera-required-plugins.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