blib/lib/HH/Unispool/Config/File/Token/Numbered/System.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 8 | 21 | 38.1 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
505 | 358 | 0 | 131 | ref $val and exists $ALLOW_ISA{$name} |
512 | 358 | 0 | 0 | ref $val and exists $ALLOW_REF{$name} |
517 | 0 | 0 | 358 | not ref $val and exists $ALLOW_RX{$name} |
524 | 0 | 0 | 0 | not ref $val and exists $ALLOW_VALUE{$name} |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
497 | 131 | 0 | 358 | exists $ALLOW_ISA{$name} or exists $ALLOW_REF{$name} |
0 | 0 | 358 | exists $ALLOW_ISA{$name} or exists $ALLOW_REF{$name} or exists $ALLOW_RX{$name} | |
358 | 0 | 0 | exists $ALLOW_ISA{$name} or exists $ALLOW_REF{$name} or exists $ALLOW_RX{$name} or exists $ALLOW_VALUE{$name} |