Showing 173 of 193 total issues
File Debug.php
has 451 lines of code (exceeds 250 allowed). Consider refactoring. Open
Open
<?php
/**
* This file is part of PHPDebugConsole
*
File AbstractObject.php
has 408 lines of code (exceeds 250 allowed). Consider refactoring. Open
Open
<?php
/**
* This file is part of PHPDebugConsole
*
File AbstractObjectProperties.php
has 384 lines of code (exceeds 250 allowed). Consider refactoring. Open
Open
<?php
/**
* This file is part of PHPDebugConsole
*
File FileStreamWrapper.php
has 372 lines of code (exceeds 250 allowed). Consider refactoring. Open
Open
<?php
/**
* This file is part of PHPDebugConsole
*
File Group.php
has 345 lines of code (exceeds 250 allowed). Consider refactoring. Open
Open
<?php
/**
* This file is part of PHPDebugConsole
*
File enhanceEntries.js
has 333 lines of code (exceeds 250 allowed). Consider refactoring. Open
Open
import $ from 'jquery'
import * as enhanceObject from './enhanceObject.js'
import * as tableSort from './tableSort.js'
import * as fileLinks from './FileLinks.js'
File Module.php
has 328 lines of code (exceeds 250 allowed). Consider refactoring. Open
Open
<?php
/**
* This file is part of PHPDebugConsole
*
File ServiceProvider.php
has 328 lines of code (exceeds 250 allowed). Consider refactoring. Open
Open
<?php
/**
* This file is part of PHPDebugConsole
*
File InternalEvents.php
has 324 lines of code (exceeds 250 allowed). Consider refactoring. Open
Open
<?php
/**
* This file is part of PHPDebugConsole
*
File Component.php
has 319 lines of code (exceeds 250 allowed). Consider refactoring. Open
Open
<?php
/**
* This file is part of PHPDebugConsole
*
File AbstractDebug.php
has 316 lines of code (exceeds 250 allowed). Consider refactoring. Open
Open
<?php
/**
* This file is part of PHPDebugConsole
*
File StatementInfo.php
has 313 lines of code (exceeds 250 allowed). Consider refactoring. Open
Open
<?php
/**
* This file is part of PHPDebugConsole
*
File Abstracter.php
has 306 lines of code (exceeds 250 allowed). Consider refactoring. Open
Open
<?php
/**
* This file is part of PHPDebugConsole
*
Debug
has 28 functions (exceeds 20 allowed). Consider refactoring. Open
Open
class Debug extends AbstractDebug
{
const CLEAR_ALERTS = 1;
const CLEAR_LOG = 2;
const CLEAR_LOG_ERRORS = 4;
File LogRoute.php
has 298 lines of code (exceeds 250 allowed). Consider refactoring. Open
Open
<?php
/**
* This file is part of PHPDebugConsole
*
File Table.php
has 293 lines of code (exceeds 250 allowed). Consider refactoring. Open
Open
<?php
/**
* This file is part of PHPDebugConsole
*
BaseValue
has 26 functions (exceeds 20 allowed). Consider refactoring. Open
Open
class BaseValue extends AbstractComponent
{
public $debug;
protected $dumper;
File main.js
has 287 lines of code (exceeds 250 allowed). Consider refactoring. Open
Open
/**
* Enhance debug output
* Add expand/collapse functionality to groups, arrays, & objects
* Add FontAwesome icons
*/
File PhpDoc.php
has 287 lines of code (exceeds 250 allowed). Consider refactoring. Open
Open
<?php
/**
* This file is part of PHPDebugConsole
*
File LogReqRes.php
has 285 lines of code (exceeds 250 allowed). Consider refactoring. Open
Open
<?php
/**
* This file is part of PHPDebugConsole
*