Branch Coverage

blib/lib/Hustle/Table.pm
Criterion Covered Total %
branch 18 24 75.0


line true false branch
38 5 17 if (/ARRAY/) { }
14 3 elsif (/HASH/) { }
41 0 5 unless @$entry == 3
49 2 1 if (@list >= 4) { }
1 0 elsif (@list == 2) { }
67 21 1 if (defined $entry->[0]) { }
69 0 21 if $ref and $ref ne "CODE"
78 3 19 if $rem
104 6 3007 if (not defined $_->[2] or ref($_->[2] eq "RegExp"))
105 6 0 if $_->[0]
110 0 1003 if (@$self == 0)
124 0 1003 if (ref $cache ne "HASH")