Showing 48 of 185 total issues
Method tailFile
has 27 lines of code (exceeds 25 allowed). Consider refactoring. Open
function tailFile($filepath, $lines = 1, $adaptive = true)
{
// Open file
$f = @fopen($filepath, "rb");
if ($f === false) {
Function execute
has a Cognitive Complexity of 9 (exceeds 5 allowed). Consider refactoring. Open
public function execute()
{
$fileKey = $this->getRequest()->getParam('log_key', '');
$output = '';
- Read upRead up
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 getTreeBlocksHierarchy
has a Cognitive Complexity of 9 (exceeds 5 allowed). Consider refactoring. Open
public function getTreeBlocksHierarchy($layout)
{
//$layout = $this->getLayout();
$reflection = new \ReflectionClass($layout);
- Read upRead up
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 __construct
has 7 arguments (exceeds 4 allowed). Consider refactoring. Open
\Magento\Framework\App\Helper\Context $context,
\Magento\Framework\App\Cache\Frontend\Pool $cacheFrontendPool,
\Magento\Framework\Module\ModuleListInterface $moduleList,
\Magento\Framework\Filesystem $filesystem,
array $ideList,
Method __construct
has 7 arguments (exceeds 4 allowed). Consider refactoring. Open
\Magento\Framework\App\Action\Context $context,
\ADM\QuickDevBar\Helper\Data $qdbHelper,
\Magento\Framework\Controller\Result\RawFactory $resultRawFactory,
\Magento\Framework\View\LayoutFactory $layoutFactory,
\Magento\Config\Model\ResourceModel\Config $resourceConfig,
Function isToolbarAccessAllowed
has a Cognitive Complexity of 8 (exceeds 5 allowed). Consider refactoring. Open
public function isToolbarAccessAllowed($testWithRestriction=false)
{
$allow = false;
$enable = $this->getQdbConfig('enable');
- Read upRead up
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 __construct
has 6 arguments (exceeds 4 allowed). Consider refactoring. Open
public function __construct(Config $resourceConfig,
Manager $cacheManager,
EventManagerInterface $eventManager,
Writer $writer,
ArrayManager $arrayManager,
Method __construct
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
public function __construct(Http $requestHttp,
State $appState,
ProductMetadataInterface $productMetadata,
FrontNameResolver $frontNameResolver,
Session $session
Method computeQueryGrade
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
protected function computeQueryGrade($allQueries, $shortestQueryTime, $longestQueryTime, $totalNumQueries, $average)
Method __construct
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
\Magento\Framework\View\Element\Template\Context $context,
\Magento\Framework\Json\Helper\Data $jsonHelper,
\ADM\QuickDevBar\Helper\Data $qdbHelper,
\ADM\QuickDevBar\Helper\Register $qdbHelperRegister,
array $data = []
Method __construct
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
public function __construct(\Magento\Framework\App\Action\Context $context,
\ADM\QuickDevBar\Helper\Data $qdbHelper,
\ADM\QuickDevBar\Helper\Register $qdbHelperRegister,
\Magento\Framework\Controller\Result\RawFactory $resultRawFactory,
\Magento\Framework\View\LayoutFactory $layoutFactory)
Method beforeSave
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
PageCache $subject,
string $data,
string $identifier,
array $tags = [],
$lifeTime = null
Method __construct
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
\Magento\Framework\View\Element\Template\Context $context,
\ADM\QuickDevBar\Helper\Data $qdbHelper,
\ADM\QuickDevBar\Helper\Register $qdbHelperRegister,
DataObjectFactory $objectFactory,
array $data = []
Method __construct
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Template\Context $context,
Translate $translate,
\ADM\QuickDevBar\Helper\Data $qdbHelper,
\ADM\QuickDevBar\Helper\Register $qdbHelperRegister,
array $data = []
Method __construct
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
public function __construct(\Magento\Framework\App\Action\Context $context,
\Magento\Framework\Controller\Result\RawFactory $resultRawFactory,
\Magento\Framework\View\LayoutFactory $layoutFactory,
\ADM\QuickDevBar\Helper\Data $qdbHelper,
\ADM\QuickDevBar\Helper\Register $qdbHelperRegister
Method __construct
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
\Magento\Framework\View\Element\Template\Context $context,
\Magento\Framework\Json\Helper\Data $jsonHelper,
\ADM\QuickDevBar\Helper\Data $qdbHelper,
\ADM\QuickDevBar\Helper\Register $qdbHelperRegister,
array $data = []
Method __construct
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
\Magento\Framework\App\Action\Context $context,
\ADM\QuickDevBar\Helper\Data $qdbHelper,
\Magento\Framework\Controller\Result\RawFactory $resultRawFactory,
\Magento\Framework\View\LayoutFactory $layoutFactory,
\Magento\Config\Model\Config\Structure $configStructure
Method beforeSave
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
CacheInterface $subject,
string $data,
string $identifier,
array $tags = [],
$lifeTime = null
Method __construct
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
\Magento\Framework\App\Action\Context $context,
\ADM\QuickDevBar\Helper\Data $qdbHelper,
\Magento\Framework\Controller\Result\RawFactory $resultRawFactory,
\Magento\Framework\View\LayoutFactory $layoutFactory,
\Magento\Framework\View\Asset\MergeService $mergeService
Method __construct
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
\Magento\Framework\View\Element\Template\Context $context,
\Magento\Framework\App\Config $appConfig,
\ADM\QuickDevBar\Helper\Data $qdbHelper,
\ADM\QuickDevBar\Helper\Register $qdbHelperRegister,
array $data = []