Condition Coverage

blib/lib/HH/Unispool/Config/File/Token/Numbered/Device.pm
Criterion Covered Total %
condition 8 21 38.1


and 3 conditions

line !l l&&!r l&&r condition
634 815 0 225 ref $val and exists $ALLOW_ISA{$name}
641 815 0 0 ref $val and exists $ALLOW_REF{$name}
646 0 0 815 not ref $val and exists $ALLOW_RX{$name}
653 0 0 0 not ref $val and exists $ALLOW_VALUE{$name}

or 3 conditions

line l !l&&r !l&&!r condition
626 225 0 815 exists $ALLOW_ISA{$name} or exists $ALLOW_REF{$name}
0 0 815 exists $ALLOW_ISA{$name} or exists $ALLOW_REF{$name} or exists $ALLOW_RX{$name}
815 0 0 exists $ALLOW_ISA{$name} or exists $ALLOW_REF{$name} or exists $ALLOW_RX{$name} or exists $ALLOW_VALUE{$name}