Condition Coverage

blib/lib/Config/ReadAndCheck.pm
Criterion Covered Total %
condition 0 12 0.0


and 3 conditions

line !l l&&!r l&&r condition
440 0 0 0 defined $$Result{$Name} and ref $$Result{$Name} ne 'HASH'
462 0 0 0 defined $$Result{$Name}[$#{$$Result{$Name};}] and ref $$Result{$Name}[$#{$$Result{$Name};}] ne 'HASH'
503 0 0 0 defined $$Result{$Name}{$P1} and ref $$Result{$Name}{$P1} ne 'HASH'

or 3 conditions

line l !l&&r !l&&!r condition
535 0 0 0 ref $List eq 'ARRAY' or ref $List eq 'HASH'