| 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 | 25 | 47 | 2 | defined $clause->{'field'} and not defined $value |
| line | l | !l | condition |
|---|---|---|---|
| 37 | 4 | 55 | shift() || 0 |
| 71 | 9 | 68 | $clause->quote || '' |
| 73 | 3 | 74 | $clause->proximity || '' |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 36 | 20 | 39 | 0 | shift() || $self |
| 80 | 1 | 0 | 2 | $value->[0] =~ /[a-z]/i or $value->[1] =~ /[a-z]/i |