Branch Coverage

blib/lib/Data/HashArray.pm
Criterion Covered Total %
branch 10 20 50.0


line true false branch
47 0 28 if ($@)
70 0 5 unless @_
72 0 5 unless defined $field
80 3 9 if (ref $field eq 'CODE') { }
0 9 elsif (UNIVERSAL::can($item, $field)) { }
92 11 1 unless (exists $$h{$key})
102 4 1 unless @_
121 0 0 if ($func =~ /^[0-9]+$/o)
125 0 0 if $func eq 'DESTROY'
126 0 0 if (reftype $self and reftype $self eq 'ARRAY') { }