| blib/lib/Plucene/Search/Hits.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 7 | 10 | 70.0 |
| line | true | false | branch |
|---|---|---|---|
| 58 | 0 | 176 | if (@{$$self{'hit_docs'};} > $min) |
| 66 | 6 | 170 | if $self->length > 0 and $score_docs[0]{'score'} > 1 |
| 70 | 176 | 0 | $#score_docs < $self->length ? : |
| 120 | 1 | 1 | if ($n >= $self->length) |
| 123 | 0 | 1 | if $n >= @{$$self{'hit_docs'};} |