blib/lib/HH/Unispool/Config/File/Token/Numbered/Device.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 8 | 21 | 38.1 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
634 | 815 | 0 | 225 | ref $val and exists $ALLOW_ISA{$name} |
641 | 815 | 0 | 0 | ref $val and exists $ALLOW_REF{$name} |
646 | 0 | 0 | 815 | not ref $val and exists $ALLOW_RX{$name} |
653 | 0 | 0 | 0 | not ref $val and exists $ALLOW_VALUE{$name} |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
626 | 225 | 0 | 815 | exists $ALLOW_ISA{$name} or exists $ALLOW_REF{$name} |
0 | 0 | 815 | exists $ALLOW_ISA{$name} or exists $ALLOW_REF{$name} or exists $ALLOW_RX{$name} | |
815 | 0 | 0 | exists $ALLOW_ISA{$name} or exists $ALLOW_REF{$name} or exists $ALLOW_RX{$name} or exists $ALLOW_VALUE{$name} |