bkdotcom/PHPDebugConsole

View on GitHub

Showing 112 of 138 total issues

File Config.php has 304 lines of code (exceeds 250 allowed). Consider refactoring.
Open

<?php

/**
 * This file is part of PHPDebugConsole
 *
Severity: Minor
Found in src/Debug/Config.php - About 3 hrs to fix

    AbstractValue has 22 functions (exceeds 20 allowed). Consider refactoring.
    Open

    abstract class AbstractValue extends AbstractComponent
    {
        /** @var Debug */
        public $debug;
    
    
    Severity: Minor
    Found in src/Debug/Dump/AbstractValue.php - About 2 hrs to fix

      Value has 22 functions (exceeds 20 allowed). Consider refactoring.
      Open

      class Value extends TextValue
      {
          /** @var string */
          protected $escapeReset = "\e[0m";
      
      
      Severity: Minor
      Found in src/Debug/Dump/TextAnsi/Value.php - About 2 hrs to fix

        Function reduceDataFill has a Cognitive Complexity of 12 (exceeds 5 allowed). Consider refactoring.
        Open

            protected function reduceDataFill($max, $logBack = array())
            {
                $indexes = \array_reverse(\array_keys($logBack));
                $depth = 0;
                $groupOnly = false;
        Severity: Minor
        Found in src/Debug/Route/ChromeLogger.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

        Method processSqlCachingLogEntry has 30 lines of code (exceeds 25 allowed). Consider refactoring.
        Open

            private function processSqlCachingLogEntry(array $logEntry)
            {
                // this is an accurate way to get channel for saved to cache... not so much for from cache
                //  we have no connectionString to channel mapping
                $groupId = StatementInfo::lastGroupId();
        Severity: Minor
        Found in src/Debug/Framework/Yii1_1/LogRoute.php - About 1 hr to fix

          Function debugEnhance has 28 lines of code (exceeds 25 allowed). Consider refactoring.
          Open

          $.fn.debugEnhance = function (method, arg1, arg2) {
            switch (method) {
              case 'sidebar':
                debugEnhanceSidebar(this, arg1)
                break
          Severity: Minor
          Found in src/Debug/js_src/main.js - About 1 hr to fix

            Method buildChannelTree has 28 lines of code (exceeds 25 allowed). Consider refactoring.
            Open

                protected function buildChannelTree()
                {
                    $channels = $this->dumper->channels;
                    if (empty($channels)) {
                        return array();
            Severity: Minor
            Found in src/Debug/Route/Html.php - About 1 hr to fix

              Function buildSubscriberInfoFromValues has a Cognitive Complexity of 10 (exceeds 5 allowed). Consider refactoring.
              Open

                  private static function buildSubscriberInfoFromValues($values)
                  {
                      $subscriberInfo = array(
                          'callable' => null,
                          'onlyOnce' => false,
              Severity: Minor
              Found in src/PubSub/InterfaceManager.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 findEvalCode has a Cognitive Complexity of 10 (exceeds 5 allowed). Consider refactoring.
              Open

                  private static function findEvalCode(array $backtrace, $index)
                  {
                      $backtrace = \array_slice($backtrace, $index);
                      $lines = false;
                      foreach ($backtrace as $frame) {
              Severity: Minor
              Found in src/Backtrace/Context.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 autoArgsTest has a Cognitive Complexity of 10 (exceeds 5 allowed). Consider refactoring.
              Open

                  private function autoArgsTest($file, $functionStartLine, $callerLine)
                  {
                      if ($file === null) {
                          return false;
                      }
              Severity: Minor
              Found in src/Debug/Plugin/Method/Group.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 getLastFrame has a Cognitive Complexity of 10 (exceeds 5 allowed). Consider refactoring.
              Open

                  private function getLastFrame()
                  {
                      $maxDepthBak = \ini_set('xdebug.var_display_max_depth', 3);
                      $backtrace = \xdebug_get_function_stack();
                      $backtrace = \array_reverse($backtrace);
              Severity: Minor
              Found in src/Debug/Utility/FindExit.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 findGroupEnd has a Cognitive Complexity of 10 (exceeds 5 allowed). Consider refactoring.
              Open

                  private function findGroupEnd($id, $logEntries)
                  {
                      $depth = 0;
                      $inGroup = false;
                      foreach ($logEntries as $key => $logEntry) {
              Severity: Minor
              Found in src/Debug/Data.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 getInterfaces has a Cognitive Complexity of 10 (exceeds 5 allowed). Consider refactoring.
              Open

                  protected function getInterfaces(ReflectionClass $reflector)
                  {
                      $interfaces = array();
                      $remove = array();
                      foreach ($reflector->getInterfaces() as $classname => $refClass) {
              Severity: Minor
              Found in src/Debug/Abstraction/Object/Definition.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 buildChannelLis has 27 lines of code (exceeds 25 allowed). Consider refactoring.
              Open

              function buildChannelLis (channels, nameRoot, checkedChannels, prepend) {
                var $li
                var $lis = []
                var channel
                var channelNames = Object.keys(channels).sort(function (a, b) {
              Severity: Minor
              Found in src/Debug/js_src/enhanceMain.js - About 1 hr to fix

                Method installDependencies has 26 lines of code (exceeds 25 allowed). Consider refactoring.
                Open

                    private static function installDependencies()
                    {
                        $composer = $GLOBALS['argv'][0];
                        $info = array(
                            'haveSlevomat' => false,
                Severity: Minor
                Found in dev/ComposerScripts.php - About 1 hr to fix

                  Function each has a Cognitive Complexity of 9 (exceeds 5 allowed). Consider refactoring.
                  Open

                      public function each($requests, array $config = array())
                      {
                          if (!isset($config['concurrency'])) {
                              $config['concurrency'] = 25;
                          }
                  Severity: Minor
                  Found in src/CurlHttpMessage/ClientAsync.php - About 55 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 pathGet has a Cognitive Complexity of 9 (exceeds 5 allowed). Consider refactoring.
                  Open

                      public static function pathGet(&$array, $path, $default = null)
                      {
                          $path = \array_reverse(self::pathToArray($path));
                          $curPath = array();
                          while ($path) {
                  Severity: Minor
                  Found in src/Debug/Utility/ArrayUtil.php - About 55 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 toStringCheck has a Cognitive Complexity of 9 (exceeds 5 allowed). Consider refactoring.
                  Open

                      protected function toStringCheck(Error $error)
                      {
                          if (PHP_VERSION_ID >= 70400) {
                              return;
                          }
                  Severity: Minor
                  Found in src/ErrorHandler/AbstractErrorHandler.php - About 55 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 errorFactory has 6 arguments (exceeds 4 allowed). Consider refactoring.
                  Open

                      protected function errorFactory(self $handler, $errType, $errMsg, $file, $line, $vars = array())
                  Severity: Minor
                  Found in src/ErrorHandler/ErrorHandler.php - About 45 mins to fix

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

                        protected function unsubscribeFromPriority($eventName, $callable, $priority, $onlyOnce)
                        {
                            $search = \array_filter(array(
                                'callable' => $callable,
                                'onlyOnce' => $onlyOnce,
                    Severity: Minor
                    Found in src/PubSub/AbstractManager.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

                    Severity
                    Category
                    Status
                    Source
                    Language