Smile-SA/elasticsuite

View on GitHub
src/module-elasticsuite-indices/Model/ResourceModel/WorkingIndexer/Collection.php

Summary

Maintainability
A
1 hr
Test Coverage

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

    public function loadData($printQuery = false, $logQuery = false): Collection
    {
        /** @var IndexerCollection $collection */
        $collection = $this->collectionFactory->create();
        $indexers = $collection->getItems();

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

Possibly zero references to use statement for classlike/namespace DateTimeInterface (\DateTimeInterface)
Open

use DateTimeInterface;

Suspicious array access to \Magento\Framework\DataObject
Open

                if (array_key_exists($item['indexer_id'], $indicesMapping)) {

Suspicious array access to \Magento\Framework\DataObject
Open

                        $item['indexer_updated']

Possibly zero references to use statement for classlike/namespace IndexerCollection (\Magento\Indexer\Model\Indexer\Collection)
Open

use Magento\Indexer\Model\Indexer\Collection as IndexerCollection;

Suspicious array access to \Magento\Framework\DataObject
Open

                    foreach ($indicesMapping[$item['indexer_id']] as $index) {

There are no issues that match your filters.

Category
Status