Smile-SA/elasticsuite

View on GitHub
src/module-elasticsuite-core/Block/Adminhtml/Search/Request/RelevanceConfig/Form.php

Summary

Maintainability
B
6 hrs
Test Coverage

Method _initElement has 65 lines of code (exceeds 40 allowed). Consider refactoring.
Open

    protected function _initElement(
        \Magento\Config\Model\Config\Structure\Element\Field $field,
        \Magento\Framework\Data\Form\Element\Fieldset $fieldset,
        $path,
        $fieldPrefix = '',

    Method __construct has 9 arguments (exceeds 4 allowed). Consider refactoring.
    Open

            Context $context,
            Registry $registry,
            FormFactory $formFactory,
            Factory $configFactory,
            Structure $configStructure,

      Function getScopeCode has a Cognitive Complexity of 8 (exceeds 5 allowed). Consider refactoring.
      Open

          public function getScopeCode()
          {
              $scopeCode = $this->getData('scope_code');
      
              if ($scopeCode === null) {

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

              \Magento\Config\Model\Config\Structure\Element\Field $field,
              \Magento\Framework\Data\Form\Element\Fieldset $fieldset,
              $path,
              $fieldPrefix = '',
              $labelPrefix = ''

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

            protected function _initElement(
                \Magento\Config\Model\Config\Structure\Element\Field $field,
                \Magento\Framework\Data\Form\Element\Fieldset $fieldset,
                $path,
                $fieldPrefix = '',

        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 false;

          Avoid too many return statements within this method.
          Open

                  return $this->_scopeLabels[ContainerScopeInterface::SCOPE_DEFAULT];

            There are no issues that match your filters.

            Category
            Status