Smile-SA/elasticsuite

View on GitHub
src/module-elasticsuite-indices/Model/Healthcheck/GhostIndicesCheck.php

Summary

Maintainability
A
35 mins
Test Coverage

Showing 1 of 1 total issue

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

private function getNumberOfGhostIndices(): int
{
$ghostIndices = 0;
$elasticsuiteIndices = $this->indexStatsProvider->getElasticSuiteIndices();
 
 
Severity: Minor
Found in src/module-elasticsuite-indices/Model/Healthcheck/GhostIndicesCheck.php - About 35 mins to fix

There are no issues that match your filters.

Category
Status