Branch Coverage

blib/lib/Data/Hash/Transform.pm
Criterion Covered Total %
branch 8 10 80.0


line true false branch
116 4 2 unless exists $hash{$k}
127 2 4 if (exists $hash{$k}) { }
128 2 0 if ref $hash{$k} ne 'ARRAY'
143 2 4 if (exists $hash{$k}) { }
156 0 4 unless my $method = $methods{$m or 'f'}