Condition Coverage

blib/lib/HH/Unispool/Config/FilterType.pm
Criterion Covered Total %
condition 8 27 29.6


and 3 conditions

line !l l&&!r l&&r condition
318 20 0 0 ref $val and exists $ALLOW_ISA{$name}
325 20 0 0 ref $val and exists $ALLOW_REF{$name}
330 0 0 20 defined $val and not ref $val
0 0 20 defined $val and not ref $val and exists $ALLOW_RX{$name}
337 0 0 0 not ref $val and exists $ALLOW_VALUE{$name}

or 3 conditions

line l !l&&r !l&&!r condition
288 0 20 0 ref $class || $class
310 0 0 20 exists $ALLOW_ISA{$name} or exists $ALLOW_REF{$name}
0 0 20 exists $ALLOW_ISA{$name} or exists $ALLOW_REF{$name} or exists $ALLOW_RX{$name}
20 0 0 exists $ALLOW_ISA{$name} or exists $ALLOW_REF{$name} or exists $ALLOW_RX{$name} or exists $ALLOW_VALUE{$name}