Branch Coverage

blib/lib/Hustle/Table.pm
Criterion Covered Total %
branch 13 16 81.2


line true false branch
35 5 15 if (/ARRAY/) { }
12 3 elsif (/HASH/) { }
38 0 5 unless @$entry == 3
46 2 1 if (@list >= 4) { }
1 0 elsif (@list == 2) { }
65 19 1 if (defined $entry->[0]) { }
74 3 17 if $rem
102 0 3 if (ref $cache ne "HASH")