Condition Coverage

blib/lib/Plucene/Search/IndexSearcher.pm
Criterion Covered Total %
condition 10 15 66.6


and 3 conditions

line !l l&&!r l&&r condition
52 0 1 176 not ref $thing and -d $thing
94 175 0 1 $filter && $filter->bits($$self{'reader'})
112 257 2 2 $bits and not $bits->get($doc)

or 3 conditions

line l !l&&r !l&&!r condition
99 60 174 0 $$hit_a{'score'} <=> $$hit_b{'score'} || $$hit_b{'doc'} <=> $$hit_a{'doc'}
112 0 0 261 $score == 0 or $bits and not $bits->get($doc)