mambax7/randomquote

View on GitHub

Showing 45 of 45 total issues

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

function randomquote_tag_iteminfo(&$items)
{
    if (empty($items) || !is_array($items)) {
        return false;
    }
Severity: Minor
Found in include/plugin.tag.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

Method randomquote_search has 5 arguments (exceeds 4 allowed). Consider refactoring.
Open

function randomquote_search($queryarray, $andor, $limit, $offset, $userid)
Severity: Minor
Found in include/search.inc.php - About 35 mins to fix

    Method truncateHtml has 5 arguments (exceeds 4 allowed). Consider refactoring.
    Open

        public static function truncateHtml($text, $length = 100, $ending = '...', $exact = false, $considerHtml = true)
    Severity: Minor
    Found in class/utility.php - About 35 mins to fix

      Function randomquote_tag_synchronization has a Cognitive Complexity of 7 (exceeds 5 allowed). Consider refactoring.
      Open

      function randomquote_tag_synchronization($mid)
      {
          $moduleDirName = basename(dirname(__DIR__));
          require_once $GLOBALS['xoops']->path("/modules/{$moduleDirName}/class/constants.php");
      
      
      Severity: Minor
      Found in include/plugin.tag.php - About 35 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 randomquote_search has a Cognitive Complexity of 6 (exceeds 5 allowed). Consider refactoring.
      Open

      function randomquote_search($queryarray, $andor, $limit, $offset, $userid)
      {
          $ret = array();
          if (0 != (int)$userid) {
              return $ret;
      Severity: Minor
      Found in include/search.inc.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