blib/lib/HH/Unispool/Config/Entry/RemoteSystem.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 9 | 24 | 37.5 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
358 | 72 | 0 | 79 | ref $val and exists $ALLOW_ISA{$name} |
365 | 72 | 0 | 0 | ref $val and exists $ALLOW_REF{$name} |
370 | 0 | 0 | 72 | defined $val and not ref $val |
0 | 0 | 72 | defined $val and not ref $val and exists $ALLOW_RX{$name} | |
377 | 0 | 0 | 0 | not ref $val and exists $ALLOW_VALUE{$name} |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
350 | 79 | 0 | 72 | exists $ALLOW_ISA{$name} or exists $ALLOW_REF{$name} |
0 | 0 | 72 | exists $ALLOW_ISA{$name} or exists $ALLOW_REF{$name} or exists $ALLOW_RX{$name} | |
72 | 0 | 0 | exists $ALLOW_ISA{$name} or exists $ALLOW_REF{$name} or exists $ALLOW_RX{$name} or exists $ALLOW_VALUE{$name} |