Branch Coverage

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


line true false branch
14 12 4 if @_ == 1 and not ref $_[0]
15 1 3 @_ > 1 ? :
17 0 9 if (ref $hash{$key} eq 'HASH') { }
3 6 elsif (ref $hash{$key} eq 'ARRAY') { }
30 0 7 if $AUTOLOAD =~ /^[A-Z]+$/