Branch Coverage

blib/lib/Data/Context/BEM/Merge.pm
Criterion Covered Total %
branch 15 16 93.7


line true false branch
23 3 7 if (not ref $child) { }
2 5 elsif (ref $child eq 'ARRAY') { }
5 0 elsif (ref $child eq 'HASH') { }
32 3 1 exists $child->[$i] ? :
44 2 6 if ($key eq 'content')
45 1 1 if ref $child->{$key} ne 'ARRAY'
46 1 1 if ref $parent->{$key} ne 'ARRAY'
52 6 2 exists $child->{$key} ? :