PHPixie/Debug

View on GitHub

Showing 8 of 8 total issues

Method __construct has 8 arguments (exceeds 4 allowed). Consider refactoring.
Open

        $dumper,
        $file         = null,
        $line         = null,
        $functionName = null,
        $arguments    = null,
Severity: Major
Found in src/PHPixie/Debug/Tracer/Trace/Element.php - About 1 hr to fix

    Method traceElement has 7 arguments (exceeds 4 allowed). Consider refactoring.
    Open

            $file         = null,
            $line         = null,
            $functionName = null,
            $arguments    = null,
            $className    = null,
    Severity: Major
    Found in src/PHPixie/Debug/Builder.php - About 50 mins to fix

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

          public function dump($value, $short = false)
          {
              if(is_string($value)) {
                  return $this->dumpString($value, $short);
              }
      Severity: Minor
      Found in src/PHPixie/Debug/Dumper.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

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

          public function neighboringLines($traceElement, $amount = 5)
          {
              $offsets = $traceElement->getNeighboringOffsets($amount);
              if(count($offsets) === 0) {
                  return '';
      Severity: Minor
      Found in src/PHPixie/Debug/Messages.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

      Avoid too many return statements within this method.
      Open

              return range($start, $start + $limit - 1);    
      Severity: Major
      Found in src/PHPixie/Debug/Tracer/Trace/Element.php - About 30 mins to fix

        Avoid too many return statements within this method.
        Open

                    return array();
        Severity: Major
        Found in src/PHPixie/Debug/Tracer/Trace/Element.php - About 30 mins to fix

          Avoid too many return statements within this method.
          Open

                      return $this->dumpArray($value, $short);
          Severity: Major
          Found in src/PHPixie/Debug/Dumper.php - About 30 mins to fix

            Avoid too many return statements within this method.
            Open

                    return $this->dumpScalar($value);
            Severity: Major
            Found in src/PHPixie/Debug/Dumper.php - About 30 mins to fix
              Severity
              Category
              Status
              Source
              Language