Condition Coverage

blib/lib/HH/Unispool/Config/Entry/Device.pm
Criterion Covered Total %
condition 6 21 28.5


and 3 conditions

line !l l&&!r l&&r condition
351 313 0 0 ref $val and exists $ALLOW_ISA{$name}
358 313 0 0 ref $val and exists $ALLOW_REF{$name}
363 0 0 313 not ref $val and exists $ALLOW_RX{$name}
370 0 0 0 not ref $val and exists $ALLOW_VALUE{$name}

or 3 conditions

line l !l&&r !l&&!r condition
343 0 0 313 exists $ALLOW_ISA{$name} or exists $ALLOW_REF{$name}
0 0 313 exists $ALLOW_ISA{$name} or exists $ALLOW_REF{$name} or exists $ALLOW_RX{$name}
313 0 0 exists $ALLOW_ISA{$name} or exists $ALLOW_REF{$name} or exists $ALLOW_RX{$name} or exists $ALLOW_VALUE{$name}