Branch Coverage

blib/lib/Acme/Hyperindex.pm
Criterion Covered Total %
branch 10 14 71.4


line true false branch
117 0 9 if (ref $structure eq 'SCALAR')
122 3 22 if (ref $item eq 'HASH') { }
22 0 elsif (ref $item eq 'ARRAY') { }
129 0 0 unless ref $item
134 5 4 if (ref $item)
135 2 3 if (ref $item eq 'ARRAY' and wantarray)
138 1 2 if (ref $item eq 'HASH' and wantarray)