| blib/lib/HH/Unispool/Config/Scope.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 8 | 27 | 29.6 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 321 | 57 | 0 | 0 | ref $val and exists $ALLOW_ISA{$name} |
| 328 | 57 | 0 | 0 | ref $val and exists $ALLOW_REF{$name} |
| 333 | 0 | 0 | 57 | defined $val and not ref $val |
| 0 | 0 | 57 | defined $val and not ref $val and exists $ALLOW_RX{$name} | |
| 340 | 0 | 0 | 0 | not ref $val and exists $ALLOW_VALUE{$name} |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 285 | 0 | 24 | 0 | ref $class || $class |
| 313 | 0 | 0 | 24 | exists $ALLOW_ISA{$name} or exists $ALLOW_REF{$name} |
| 0 | 0 | 24 | exists $ALLOW_ISA{$name} or exists $ALLOW_REF{$name} or exists $ALLOW_RX{$name} | |
| 24 | 0 | 0 | exists $ALLOW_ISA{$name} or exists $ALLOW_REF{$name} or exists $ALLOW_RX{$name} or exists $ALLOW_VALUE{$name} |