Branch Coverage

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


line true false branch
175 51 6 if (exists $ref->{$item}) { }
184 21 6 if (defined $ref and exists $ref->{$ref}) { }
3 3 elsif ($keep ne 'any') { }
186 52 8 if (not exists $seen{$match}) { }
201 6 10 if ($keep eq 'best')