| blib/lib/Plucene/Search/BooleanScorer.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 15 | 16 | 93.7 |
| line | true | false | branch |
|---|---|---|---|
| 70 | 15 | 17 | if ($required or $prohibited) |
| 75 | 28 | 4 | unless $prohibited |
| 77 | 4 | 28 | if $prohibited |
| 78 | 11 | 21 | if $required |
| 103 | 16 | 0 | unless defined $self->coord_factors |
| 137 | 56 | 80 | if (($$bucket{'bits'} & $prohibited) == 0 and ($$bucket{'bits'} & $required) == $required) |
| 164 | 136 | 28 | unless $bucket |
| 166 | 136 | 28 | if (not defined $$bucket{'doc'} or $$bucket{'doc'} != $doc) { } |