Condition Coverage

blib/lib/HH/Unispool/Config/Entry/Filter.pm
Criterion Covered Total %
condition 9 24 37.5


and 3 conditions

line !l l&&!r l&&r condition
386 15 0 15 ref $val and exists $ALLOW_ISA{$name}
393 15 0 0 ref $val and exists $ALLOW_REF{$name}
398 0 0 15 defined $val and not ref $val
0 0 15 defined $val and not ref $val and exists $ALLOW_RX{$name}
405 0 0 0 not ref $val and exists $ALLOW_VALUE{$name}

or 3 conditions

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