blib/lib/Search/Query/Dialect/Native.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 15 | 18 | 83.3 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
63 | 0 | 16 | 4 | $clause->has_children and $clause->has_children == 1 |
79 | 26 | 48 | 2 | defined $clause->{'field'} and not defined $value |
line | l | !l | condition |
---|---|---|---|
37 | 4 | 56 | shift() || 0 |
71 | 9 | 70 | $clause->quote || '' |
73 | 3 | 76 | $clause->proximity || '' |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
36 | 20 | 40 | 0 | shift() || $self |
80 | 1 | 0 | 2 | $value->[0] =~ /[a-z]/i or $value->[1] =~ /[a-z]/i |