Branch Coverage

blib/lib/Dezi/Searcher.pm
Criterion Covered Total %
branch 0 10 0.0


line true false branch
86 0 0 unless (&blessed($invindex) and $invindex->isa($self->invindex_class))
159 0 0 unless my $opts = shift()
160 0 0 if (not &blessed($opts)) { }
0 0 elsif (not $opts->isa('Dezi::Searcher::SearchOpts')) { }
161 0 0 if (ref $opts ne 'HASH')