| Total Complexity | 3 |
| Total Lines | 18 |
| Duplicated Lines | 0 % |
| Coverage | 87.5% |
| Changes | 0 | ||
| 1 | <?php |
||
| 8 | class Not implements IterableProcessorInterface, FilterProcessorInterface |
||
| 9 | { |
||
| 10 | |||
| 11 | 59 | public function getOperator(): string |
|
| 12 | { |
||
| 13 | 59 | return \YiiSoft\Data\Reader\Filter\Not::getOperator(); |
|
| 14 | } |
||
| 15 | |||
| 16 | 1 | public function match(array $item, array $arguments, array $filterProcessors): bool |
|
| 26 | } |
||
| 27 | |||
| 29 |