| blib/lib/HH/Unispool/Config/File/Token/Numbered.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 7 | 24 | 29.1 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 276 | 1259 | 0 | 0 | ref $val and exists $ALLOW_ISA{$name} |
| 283 | 1259 | 0 | 0 | ref $val and exists $ALLOW_REF{$name} |
| 288 | 0 | 0 | 1259 | defined $val and not ref $val |
| 0 | 0 | 1259 | defined $val and not ref $val and exists $ALLOW_RX{$name} | |
| 295 | 0 | 0 | 0 | not ref $val and exists $ALLOW_VALUE{$name} |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 268 | 0 | 0 | 1259 | exists $ALLOW_ISA{$name} or exists $ALLOW_REF{$name} |
| 0 | 0 | 1259 | exists $ALLOW_ISA{$name} or exists $ALLOW_REF{$name} or exists $ALLOW_RX{$name} | |
| 1259 | 0 | 0 | exists $ALLOW_ISA{$name} or exists $ALLOW_REF{$name} or exists $ALLOW_RX{$name} or exists $ALLOW_VALUE{$name} |