Condition Coverage

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


and 3 conditions

line !l l&&!r l&&r condition
302 318 0 0 ref $val and exists $ALLOW_ISA{$name}
309 318 0 0 ref $val and exists $ALLOW_REF{$name}
314 0 0 318 defined $val and not ref $val
0 0 318 defined $val and not ref $val and exists $ALLOW_RX{$name}
321 0 0 0 not ref $val and exists $ALLOW_VALUE{$name}
351 58 0 0 $from->is_diff_number and $from->get_number ne $to->get_number

or 3 conditions

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