Branch Coverage

blib/lib/Search/MultiMatch.pm
Criterion Covered Total %
branch 10 10 100.0


line true false branch
186 51 6 if (exists $ref->{$item}) { }
195 21 6 if (defined $ref and exists $$ref{$self->{'special_key'}}) { }
3 3 elsif ($keep ne 'any') { }
197 52 8 if (not exists $seen{$match}) { }
212 6 10 if ($keep eq "best")