Condition Coverage

blib/lib/App/Getconf/View.pm
Criterion Covered Total %
condition 4 16 25.0


and 3 conditions

line !l l&&!r l&&r condition
139 4 0 0 defined $type and $$self{'options'}{$o}->type ne $type
141 4 0 0 defined $storage and $$self{'options'}{$o}->storage ne $storage
149 4 0 0 defined $type and $$self{'options'}{$optname}->type ne $type
150 4 0 0 defined $storage and $$self{'options'}{$optname}->storage ne $storage

or 2 conditions

line l !l condition
367 0 0 $4 || 'scalar'
373 0 0 $storage ||= 'scalar'