mambax7/gwiki

View on GitHub
admin/pages.php

Summary

Maintainability
D
2 days
Test Coverage

File pages.php has 472 lines of code (exceeds 250 allowed). Consider refactoring.
Open

<?php
/**
 * admin/pages.php - manage wiki page revision
 *
 * @copyright  Copyright © 2013 geekwright, LLC. All rights reserved.
Severity: Minor
Found in admin/pages.php - About 7 hrs to fix

    Method showPages has 101 lines of code (exceeds 25 allowed). Consider refactoring.
    Open

    function showPages($message = null)
    {
        global $xoopsDB;
        echo <<<EOT
    <style>
    Severity: Major
    Found in admin/pages.php - About 4 hrs to fix

      Function showPages has a Cognitive Complexity of 20 (exceeds 5 allowed). Consider refactoring.
      Open

      function showPages($message = null)
      {
          global $xoopsDB;
          echo <<<EOT
      <style>
      Severity: Minor
      Found in admin/pages.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

      Method confirmAction has 44 lines of code (exceeds 25 allowed). Consider refactoring.
      Open

      function confirmAction($action, $keyword = '', $id = -1)
      {
          adminTableStart(_AD_GWIKI_CONFIRM, 1);
          echo '<tr><td width="100%" >';
          echo '<div class="confirmMsg">';
      Severity: Minor
      Found in admin/pages.php - About 1 hr to fix

        Method showPageTool has 35 lines of code (exceeds 25 allowed). Consider refactoring.
        Open

        function showPageTool($page, $id)
        {
            global $xoopsDB, $wikiPage, $xoTheme;
            $helper = Helper::getInstance();
        
        
        Severity: Minor
        Found in admin/pages.php - About 1 hr to fix

          Method showPage has 31 lines of code (exceeds 25 allowed). Consider refactoring.
          Open

          function showPage($page, $id)
          {
              global $xoopsDB, $wikiPage, $xoTheme;
              $helper = Helper::getInstance();
          
          
          Severity: Minor
          Found in admin/pages.php - About 1 hr to fix

            Function confirmAction has a Cognitive Complexity of 8 (exceeds 5 allowed). Consider refactoring.
            Open

            function confirmAction($action, $keyword = '', $id = -1)
            {
                adminTableStart(_AD_GWIKI_CONFIRM, 1);
                echo '<tr><td width="100%" >';
                echo '<div class="confirmMsg">';
            Severity: Minor
            Found in admin/pages.php - About 45 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