Branch Coverage

blib/lib/Data/Trie.pm
Criterion Covered Total %
branch 10 14 71.4


line true false branch
36 0 0 if ($$self{'value'})
61 22 5 unless (exists $$daughters{$first})
67 23 4 if (length $rest > 0) { }
86 8 0 if (exists $$daughters{$first})
88 1 7 if (length $rest == 0) { }
106 0 6 if (not exists $$daughters{$first}) { }
1 5 elsif (length $rest == 0) { }