Condition Coverage

blib/lib/HH/Unispool/Config/Entry/RemoteSystem/8.pm
Criterion Covered Total %
condition 11 27 40.7


and 3 conditions

line !l l&&!r l&&r condition
615 88 0 22 ref $val and exists $ALLOW_ISA{$name}
622 88 0 0 ref $val and exists $ALLOW_REF{$name}
627 0 0 88 defined $val and not ref $val
0 0 88 defined $val and not ref $val and exists $ALLOW_RX{$name}
634 0 0 0 not ref $val and exists $ALLOW_VALUE{$name}

or 3 conditions

line l !l&&r !l&&!r condition
527 17 0 36 not $tok->isa('HH::Unispool::Config::File::Token::Numbered') or $tok->get_number != $s->get_number
607 22 0 88 exists $ALLOW_ISA{$name} or exists $ALLOW_REF{$name}
0 0 88 exists $ALLOW_ISA{$name} or exists $ALLOW_REF{$name} or exists $ALLOW_RX{$name}
88 0 0 exists $ALLOW_ISA{$name} or exists $ALLOW_REF{$name} or exists $ALLOW_RX{$name} or exists $ALLOW_VALUE{$name}