| Total Complexity | 6 |
| Total Lines | 35 |
| Duplicated Lines | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 8 | final class BooleanMatchNameSpace implements MatchCollectionInterface |
||
| 9 | { |
||
| 10 | /** |
||
| 11 | * @param Iterable<mixed> $data |
||
| 12 | */ |
||
| 13 | public function evaluate(iterable $data, Entry $matchMe): bool |
||
| 24 | } |
||
| 25 | |||
| 26 | private function isFullyQualifiedNamespaceValid(string $current, string $publicEntry): bool |
||
| 45 |