Condition Coverage

blib/lib/Config/Environment.pm
Criterion Covered Total %
condition 10 17 58.8


and 3 conditions

line !l l&&!r l&&r condition
17 0 35 3 $args[0] and $#args == 0
139 29 39 2 exists $ENV{$self->to_env_key($key)} and not $self->override
160 0 73 0 $i < @steps and 'HASH' ne ref $node
182 0 11 0 $i < @steps and not defined $$node[$step]
190 0 24 0 $i < @steps and not defined $$node{$step}

or 2 conditions

line l !l condition
82 68 16 $$self{'registry'} //= {'env', {}, 'map', {}}