Branch Coverage

blib/lib/RePrec/Searchresult.pm
Criterion Covered Total %
branch 0 38 0.0


line true false branch
44 0 0 if (defined $results) { }
45 0 0 if (ref $results eq 'ARRAY') { }
0 0 elsif (ref $results) { }
47 0 0 unless ref $_ eq 'ARRAY' and @$_ == 2
71 0 0 if $$self{'distribution'}
73 0 0 unless ref $judgements and $judgements->isa('RePrec::Collection')
84 0 0 unless $rank
85 0 0 if ($rank != $$_[0])
90 0 0 if ($judgements->relevant($$self{'qid'}, $$_[1])) { }
101 0 0 if ($$self{'numdocs'} > $$self{'rels'} + $$self{'nrels'})
142 0 0 defined $parm{'separator'} ? :
143 0 0 defined $parm{'ignore'} ? :
144 0 0 defined $parm{'docid'} ? :
146 0 0 if (defined $parm{'rsv'}) { }
0 0 elsif (defined $parm{'rank'}) { }
153 0 0 unless my $fh = 'IO::File'->new($file)
160 0 0 if defined $ignore and /$ignore/
162 0 0 if $rank
166 0 0 if ($parm{'sorted'}) { }