| blib/lib/HH/Unispool/Config/OS.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 9 | 27 | 33.3 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 373 | 92 | 0 | 0 | ref $val and exists $ALLOW_ISA{$name} |
| 380 | 92 | 0 | 0 | ref $val and exists $ALLOW_REF{$name} |
| 385 | 0 | 0 | 92 | defined $val and not ref $val |
| 0 | 92 | 0 | defined $val and not ref $val and exists $ALLOW_RX{$name} | |
| 392 | 0 | 0 | 92 | not ref $val and exists $ALLOW_VALUE{$name} |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 342 | 0 | 92 | 0 | ref $class || $class |
| 365 | 0 | 0 | 92 | exists $ALLOW_ISA{$name} or exists $ALLOW_REF{$name} |
| 0 | 0 | 92 | exists $ALLOW_ISA{$name} or exists $ALLOW_REF{$name} or exists $ALLOW_RX{$name} | |
| 0 | 0 | 92 | exists $ALLOW_ISA{$name} or exists $ALLOW_REF{$name} or exists $ALLOW_RX{$name} or exists $ALLOW_VALUE{$name} |