blib/lib/Search/Lemur/Result.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 5 | 8 | 62.5 |
line | true | false | branch |
---|---|---|---|
42 | 8 | 0 | if (scalar @_ >= 3) { } |
128 | 0 | 5 | unless $other->isa('Search::Lemur::Result') |
130 | 1 | 4 | unless $numlines == @{$$other{'lines'};} |
134 | 0 | 4 | unless ${$$self{'lines'};}[$i]->equals(${$$self{'lines'};}[$i]) |