Branch Coverage

blib/lib/Hustle/Table.pm
Criterion Covered Total %
branch 13 18 72.2


line true false branch
36 3 13 if (/ARRAY/) { }
10 3 elsif (/HASH/) { }
39 0 3 unless @$entry == 3
47 2 1 if (@list >= 4) { }
1 0 elsif (@list == 2) { }
64 0 16 unless defined $entry->[0]
66 16 0 if (defined $entry->[0]) { }
75 3 13 if $rem
103 0 3 if (ref $cache ne "HASH")