| blib/lib/Plucene/QueryParser.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 14 | 15 | 93.3 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 141 | 32 | 3 | 174 | @$self == 1 and $$self[0]{'mods'} eq 'NONE' |
| 157 | 57 | 0 | 12 | $$term{'conj'} eq 'AND' and @$clauses |
| 163 | 49 | 18 | 2 | $Plucene::QueryParser::DefaultOperator eq 'AND' and $$term{'conj'} eq 'OR' |
| 178 | 40 | 1 | 8 | $$term{'conj'} eq 'AND' and not $prohibited |
| 184 | 1 | 2 | 17 | !$prohibited && $$term{'conj'} ne 'OR' |