kitsunet/Flowpack.SimpleSearch.ContentRepositoryAdaptor

View on GitHub

Showing 5 of 7 total issues

Function calculateDimensionCombinations has a Cognitive Complexity of 14 (exceeds 5 allowed). Consider refactoring.
Open

    public function calculateDimensionCombinations(): array
    {
        $dimensionPresets = $this->contentDimensionPresetSource->getAllPresets();

        $dimensionValueCountByDimension = [];
Severity: Minor
Found in Classes/Indexer/NodeIndexer.php - About 1 hr 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

Method indexNode has 28 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    public function indexNode(NodeInterface $node, $targetWorkspaceName = null, $indexVariants = true): void
    {
        if ($indexVariants === true) {
            $this->indexAllNodeVariants($node);
            return;
Severity: Minor
Found in Classes/Indexer/NodeIndexer.php - About 1 hr to fix

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

        public function indexNode(NodeInterface $node, $targetWorkspaceName = null, $indexVariants = true): void
        {
            if ($indexVariants === true) {
                $this->indexAllNodeVariants($node);
                return;
    Severity: Minor
    Found in Classes/Indexer/NodeIndexer.php - About 1 hr 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

    Method fulltextMatchResult has 5 arguments (exceeds 4 allowed). Consider refactoring.
    Open

        public function fulltextMatchResult(string $searchword, int $resultTokens = 60, string $ellipsis = '...', string $beginModifier = '<b>', string $endModifier = '</b>'): string
    Severity: Minor
    Found in Classes/Search/SqLiteQueryBuilder.php - About 35 mins to fix

      Method fulltextMatchResult has 5 arguments (exceeds 4 allowed). Consider refactoring.
      Open

          public function fulltextMatchResult($searchword, $resultTokens = 200, $ellipsis = '...', $beginModifier = '<b>', $endModifier = '</b>'): string
      Severity: Minor
      Found in Classes/Search/MysqlQueryBuilder.php - About 35 mins to fix
        Severity
        Category
        Status
        Source
        Language