EmicoEcommerce/Magento2Tweakwise

View on GitHub

Showing 169 of 169 total issues

Function getUrl has a Cognitive Complexity of 7 (exceeds 5 allowed). Consider refactoring.
Open

    public function getUrl(): string
    {
        $isSearch = false;
        try {
            $url = $this->getCategoryUrl();
Severity: Minor
Found in Model/Client/Type/SuggestionType/SuggestionTypeFacet.php - About 35 mins 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 getAttributeSelectUrl has a Cognitive Complexity of 7 (exceeds 5 allowed). Consider refactoring.
Open

    public function getAttributeSelectUrl(MagentoHttpRequest $request, Item $item): string
    {
        $settings = $item
            ->getFilter()
            ->getFacet()
Severity: Minor
Found in Model/Catalog/Layer/Url/Strategy/QueryParameterStrategy.php - About 35 mins 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 aroundLoadVariationByFallback has a Cognitive Complexity of 7 (exceeds 5 allowed). Consider refactoring.
Open

    public function aroundLoadVariationByFallback(
        Data $subject,
        callable $proceed,
        Product $parentProduct,
        array $attributes
Severity: Minor
Found in Model/Swatches/Plugin.php - About 35 mins 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 execute has a Cognitive Complexity of 7 (exceeds 5 allowed). Consider refactoring.
Open

    public function execute(Observer $observer)
    {
        foreach ($observer->getEvent()->getAttribute()->getOptions() as $option) {
            try {
                if (empty($option->getLabel()) || ctype_space((string) $option->getLabel())) {
Severity: Minor
Found in Observer/RemoveTweakwiseSlugsBeforeSaveAttribute.php - About 35 mins 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

Avoid too many return statements within this method.
Open

        return true;
Severity: Major
Found in Model/Catalog/Layer/Url/Strategy/PathSlugStrategy.php - About 30 mins to fix

    Avoid too many return statements within this method.
    Open

            return true;
    Severity: Major
    Found in Model/Catalog/Layer/Url/UrlModel.php - About 30 mins to fix

      Avoid too many return statements within this method.
      Open

                  return $this->originalProvider->getCollection($category);
      Severity: Major
      Found in Model/Catalog/Layer/ItemCollectionProvider.php - About 30 mins to fix

        Avoid too many return statements within this method.
        Open

                    return $proceed($attributeCode, $optionId);
        Severity: Major
        Found in Block/LayeredNavigation/RenderLayered/Plugin.php - About 30 mins to fix

          Avoid too many return statements within this method.
          Open

                  return $block->toHtml();
          Severity: Major
          Found in Block/Navigation/FilterRenderer/Plugin.php - About 30 mins to fix

            Avoid too many return statements within this method.
            Open

                            return $templateId;
            Severity: Major
            Found in Model/Config/TemplateFinder.php - About 30 mins to fix

              Avoid too many return statements within this method.
              Open

                      return $defaultTemplateId;
              Severity: Major
              Found in Model/Config/TemplateFinder.php - About 30 mins to fix

                Avoid too many return statements within this method.
                Open

                            return $proceed($layer);
                Severity: Major
                Found in Model/Catalog/Layer/FilterList/Plugin.php - About 30 mins to fix

                  Avoid too many return statements within this method.
                  Open

                              return;
                  Severity: Major
                  Found in Model/Observer/CatalogSearchRedirect.php - About 30 mins to fix

                    Avoid too many return statements within this method.
                    Open

                                return;
                    Severity: Major
                    Found in Model/Observer/CatalogSearchRedirect.php - About 30 mins to fix

                      Avoid too many return statements within this method.
                      Open

                                  return;
                      Severity: Major
                      Found in Model/Config.php - About 30 mins to fix

                        Avoid too many return statements within this method.
                        Open

                                    return $this->config->getRecommendationsGroupCode($type);
                        Severity: Major
                        Found in Model/Config/TemplateFinder.php - About 30 mins to fix

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

                              public function aroundGetLastAddedProduct(Crosssell $crossell, Closure $proceed)
                              {
                                  if ($this->lastAddedProduct === null) {
                                      $product = null;
                                      $productId = $this->_getLastAddedProductId();
                          Severity: Minor
                          Found in Block/Checkout/Cart/Crosssell/Plugin.php - About 25 mins 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 skip has a Cognitive Complexity of 6 (exceeds 5 allowed). Consider refactoring.
                          Open

                              protected function skip(MagentoHttpRequest $request): bool
                              {
                                  $requestPath = $request->getPathInfo();
                                  foreach ($this->skipMatchExtensions as $fileExtension) {
                                      // Check for string length of the request path.
                          Severity: Minor
                          Found in Model/Catalog/Layer/Url/Strategy/PathSlugStrategy.php - About 25 mins 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 setAttributes has a Cognitive Complexity of 6 (exceeds 5 allowed). Consider refactoring.
                          Open

                              public function setAttributes(array $attributes)
                              {
                                  $attributes = $this->normalizeArray($attributes, 'attributes');
                          
                                  $values = [];
                          Severity: Minor
                          Found in Model/Client/Response/FacetAttributesResponse.php - About 25 mins 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 execute has a Cognitive Complexity of 6 (exceeds 5 allowed). Consider refactoring.
                          Open

                              public function execute()
                              {
                                  $result = [];
                                  $json = $this->resultFactory->create('json');
                                  $facetRequest = $this->requestFactory->create();
                          Severity: Minor
                          Found in Controller/Ajax/Facets.php - About 25 mins 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

                          Severity
                          Category
                          Status
                          Source
                          Language