Branch Coverage

blib/lib/Array/Assign.pm
Criterion Covered Total %
branch 5 10 50.0


line true false branch
16 0 2 if (ref $idx_map eq 'HASH') { }
20 0 2 if (ref $idx_map eq 'ARRAY') { }
56 0 11 unless defined $idx
84 0 9 unless (defined $idx)
93 0 8 if (scalar grep(($_ > $IDX_MAX), keys %mappings) > 0)