bkdotcom/PHPDebugConsole

View on GitHub

Showing 153 of 170 total issues

File StatementInfo.php has 318 lines of code (exceeds 250 allowed). Consider refactoring.
Open

<?php

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

    File Config.php has 303 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

      File BaseValue.php has 298 lines of code (exceeds 250 allowed). Consider refactoring.
      Open

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

        BaseValue has 26 functions (exceeds 20 allowed). Consider refactoring.
        Open

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

          File ErrorSummary.php has 287 lines of code (exceeds 250 allowed). Consider refactoring.
          Open

          <?php
          
          /**
           * This file is part of PHPDebugConsole
           *
          Severity: Minor
          Found in src/Debug/Route/Html/ErrorSummary.php - About 2 hrs to fix

            File MySqli.php has 283 lines of code (exceeds 250 allowed). Consider refactoring.
            Open

            <?php
            
            /**
             * This file is part of PHPDebugConsole
             *
            Severity: Minor
            Found in src/Debug/Collector/MySqli.php - About 2 hrs to fix

              File Wamp.php has 276 lines of code (exceeds 250 allowed). Consider refactoring.
              Open

              <?php
              
              /**
               * Route PHPDebugConsole method calls to
               * WAMP (Web Application Messaging Protocol) router
              Severity: Minor
              Found in src/Debug/Route/Wamp.php - About 2 hrs to fix

                File Group.php has 257 lines of code (exceeds 250 allowed). Consider refactoring.
                Open

                <?php
                
                /**
                 * This file is part of PHPDebugConsole
                 *
                Severity: Minor
                Found in src/Debug/Plugin/Method/Group.php - About 2 hrs to fix

                  SlackMessage has 21 functions (exceeds 20 allowed). Consider refactoring.
                  Open

                  class SlackMessage implements JsonSerializable
                  {
                      /**
                       * @var array{
                       *   attachments: list<array>,
                  Severity: Minor
                  Found in src/Slack/SlackMessage.php - About 2 hrs to fix

                    Function chr has a Cognitive Complexity of 14 (exceeds 5 allowed). Consider refactoring.
                    Open

                        public static function chr($codePoint)
                        {
                            if ($codePoint <= 0x7F) {
                                // Plain ASCII
                                return \chr($codePoint);
                    Severity: Minor
                    Found in src/Debug/Utility/Utf8.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 addDebugWalk has a Cognitive Complexity of 12 (exceeds 5 allowed). Consider refactoring.
                    Open

                        private function addDebugWalk(Abstraction $abs)
                        {
                            $debugInfo = $abs['debugInfo'];
                            $properties = $abs['properties'];
                            foreach ($properties as $name => $info) {
                    Severity: Minor
                    Found in src/Debug/Abstraction/Object/Properties.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 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

                    Function createFileLinksTrace has 34 lines of code (exceeds 25 allowed). Consider refactoring.
                    Open

                    function createFileLinksTrace ($entry, remove) {
                      var isUpdate = $entry.find('.file-link').length > 0
                      if (!isUpdate) {
                        $entry.find('table thead tr > *:last-child').after('<th></th>')
                      } else if (remove) {
                    Severity: Minor
                    Found in src/Debug/js_src/FileLinks.js - About 1 hr to fix

                      Function enhanceInner has 33 lines of code (exceeds 25 allowed). Consider refactoring.
                      Open

                      export function enhanceInner ($obj) {
                        var $inner = $obj.find('> .object-inner')
                        var accessible = $obj.data('accessible')
                        var callPostToggle = null // or "local", or "allDesc"
                        if ($obj.is('.enhanced')) {
                      Severity: Minor
                      Found in src/Debug/js_src/enhanceObject.js - About 1 hr to fix

                        Function buildChannelLis has 32 lines of code (exceeds 25 allowed). Consider refactoring.
                        Open

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

                          Function extractTypeFromBody has a Cognitive Complexity of 11 (exceeds 5 allowed). Consider refactoring.
                          Open

                              public static function extractTypeFromBody(array $parsed, array $info) // phpcs:ignore Generic.CodeAnalysis.UnusedFunctionParameter
                              {
                                  $tagStr = $info['tagStr'];
                                  $type = '';
                                  $nestingLevel = 0;
                          Severity: Minor
                          Found in src/Debug/Utility/PhpDoc/Helper.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 visToggles has 30 lines of code (exceeds 25 allowed). Consider refactoring.
                          Open

                          function visToggles ($inner, accessible) {
                            var flags = {
                              hasProtected: $inner.children('.protected').not('.magic, .magic-read, .magic-write').length > 0,
                              hasPrivate: $inner.children('.private').not('.magic, .magic-read, .magic-write').length > 0,
                              hasExcluded: $inner.children('.debuginfo-excluded').hide().length > 0,
                          Severity: Minor
                          Found in src/Debug/js_src/enhanceObject.js - About 1 hr to fix

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

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

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

                                  public function crateLogEntry(LogEntry $logEntry)
                                  {
                                      $this->classesNew = array();
                                      $this->detectFiles = $logEntry->getMeta('detectFiles', false);
                                      $args = $this->crate($logEntry['args']);
                              Severity: Minor
                              Found in src/Debug/Route/WampCrate.php - About 1 hr to fix

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

                                function tippyContent (reference) {
                                  var $ref = $(reference)
                                  var attributes
                                  var title
                                  if ($ref.hasClass('fa-hashtag')) {
                                Severity: Minor
                                Found in src/Debug/js_src/Tooltip.js - About 1 hr to fix
                                  Severity
                                  Category
                                  Status
                                  Source
                                  Language