Branch Coverage

blib/lib/Config/General/Interpolated.pm
Criterion Covered Total %
branch 6 22 27.3


line true false branch
71 14 10 if ($$this{'level'} == 1) { }
80 43 24 if (not exists $$this{'stack'}{$$this{'level'}}{$$this{'prevkey'}}{$key})
92 0 8 $$this{'LowerCaseNames'} ? :
93 8 0 if (exists $$this{'stack'}{$$this{'level'}}{$prevkey}{$var_lc}) { }
0 0 elsif ($$this{'InterPolateEnv'}) { }
98 0 0 if (defined $ENV{$var})
103 0 0 if ($$this{'StrictVars'}) { }
152 0 0 if (ref $$config{$key} eq 'ARRAY') { }
0 0 elsif (ref $$config{$key} eq 'HASH') { }
185 0 0 if (ref $entry eq 'HASH') { }
0 0 elsif (ref $entry eq 'ARRAY') { }