blib/lib/Plucene/Search/BooleanQuery.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 10 | 14 | 71.4 |
line | true | false | branch |
---|---|---|---|
155 | 1 | 15 | if (@clauses == 1) |
157 | 0 | 1 | unless $c->prohibited |
163 | 32 | 0 | if ($subscorer) { } |
168 | 0 | 0 | if $c->required |
185 | 3 | 41 | if $_->prohibited |
186 | 23 | 21 | if $_->required |
188 | 4 | 40 | if ($q->isa('Plucene::Search::BooleanQuery')) { } |