Condition Coverage

blib/lib/HH/Unispool/Config/ExecPri.pm
Criterion Covered Total %
condition 9 27 33.3


and 3 conditions

line !l l&&!r l&&r condition
300 295 0 0 ref $val and exists $ALLOW_ISA{$name}
307 295 0 0 ref $val and exists $ALLOW_REF{$name}
312 0 0 295 defined $val and not ref $val
0 295 0 defined $val and not ref $val and exists $ALLOW_RX{$name}
319 0 0 295 not ref $val and exists $ALLOW_VALUE{$name}

or 3 conditions

line l !l&&r !l&&!r condition
269 0 295 0 ref $class || $class
292 0 0 295 exists $ALLOW_ISA{$name} or exists $ALLOW_REF{$name}
0 0 295 exists $ALLOW_ISA{$name} or exists $ALLOW_REF{$name} or exists $ALLOW_RX{$name}
0 0 295 exists $ALLOW_ISA{$name} or exists $ALLOW_REF{$name} or exists $ALLOW_RX{$name} or exists $ALLOW_VALUE{$name}