@@ 626-630 (lines=5) @@ | ||
623 | } |
|
624 | } |
|
625 | else { |
|
626 | if ( ! empty($operandsByOperator[ AboveRule::operator ])) { |
|
627 | if ($operandsByOperator[ AboveRule::operator ][0]->getMinimum() >= $notEqualRule->getValue()) { |
|
628 | unset($operandsByOperator[ NotEqualRule::operator ][$i]); |
|
629 | } |
|
630 | } |
|
631 | ||
632 | if ( ! empty($operandsByOperator[ BelowRule::operator ])) { |
|
633 | if ($operandsByOperator[ BelowRule::operator ][0]->getMaximum() <= $notEqualRule->getValue()) { |
|
@@ 632-636 (lines=5) @@ | ||
629 | } |
|
630 | } |
|
631 | ||
632 | if ( ! empty($operandsByOperator[ BelowRule::operator ])) { |
|
633 | if ($operandsByOperator[ BelowRule::operator ][0]->getMaximum() <= $notEqualRule->getValue()) { |
|
634 | unset($operandsByOperator[ NotEqualRule::operator ][$i]); |
|
635 | } |
|
636 | } |
|
637 | } |
|
638 | ||
639 | if ( ! empty($operandsByOperator[ NotInRule::operator ])) { |