Smile-SA/elasticsuite

View on GitHub
src/module-elasticsuite-catalog/Search/Request/Product/Aggregation/Provider/FilterableAttributes/Modifier/Statistics.php

Summary

Maintainability
B
4 hrs
Test Coverage

Function modifyAggregations has a Cognitive Complexity of 19 (exceeds 5 allowed). Consider refactoring.
Open

    public function modifyAggregations($storeId, $requestName, $aggregations, $query, $filters, $queryFilters)
    {
        if ($this->sliderHelper->isAdaptiveSliderEnabled()) {
            foreach ($this->applicableAttributes as $attribute) {
                $field = $this->requestFieldMapper->getMappedFieldName($attribute->getAttributeCode());

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 modifyAggregations has 6 arguments (exceeds 4 allowed). Consider refactoring.
Open

    public function modifyAggregations($storeId, $requestName, $aggregations, $query, $filters, $queryFilters)

    Method modifyAttributes has 6 arguments (exceeds 4 allowed). Consider refactoring.
    Open

        public function modifyAttributes($storeId, $requestName, $attributes, $query, $filters, $queryFilters)

      Function modifyAttributes has a Cognitive Complexity of 6 (exceeds 5 allowed). Consider refactoring.
      Open

          public function modifyAttributes($storeId, $requestName, $attributes, $query, $filters, $queryFilters)
          {
              $this->applicableAttributes = [];
      
              if ($this->sliderHelper->isAdaptiveSliderEnabled()) {

      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

      Argument 1 (attribute) is \Magento\Catalog\Model\ResourceModel\Product\Attribute but \Smile\ElasticsuiteCatalog\Search\Request\Product\Aggregation\Provider\FilterableAttributes\Modifier\Statistics\AttributeFilterInterface::filterAttribute() takes \Magento\Catalog\Model\ResourceModel\Eav\Attribute defined at /code/src/module-elasticsuite-catalog/Search/Request/Product/Aggregation/Provider/FilterableAttributes/Modifier/Statistics/AttributeFilterInterface.php:34
      Open

                      if ($this->attributeFilter->filterAttribute($attribute)) {

      Assigning array<int></int> to property but \Smile\ElasticsuiteCatalog\Search\Request\Product\Aggregation\Provider\FilterableAttributes\Modifier\Statistics->applicableAttributes is \Magento\Catalog\Model\ResourceModel\Eav\Attribute[]
      Open

                          $this->applicableAttributes[] = $attribute;

      There are no issues that match your filters.

      Category
      Status