| blib/lib/HH/Unispool/Config/File/Token/Numbered/Device/P.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 9 | 28 | 32.1 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 307 | 62 | 0 | 0 | ref $val and exists $ALLOW_ISA{$name} |
| 314 | 62 | 0 | 0 | ref $val and exists $ALLOW_REF{$name} |
| 319 | 0 | 0 | 62 | defined $val and not ref $val |
| 0 | 0 | 62 | defined $val and not ref $val and exists $ALLOW_RX{$name} | |
| 326 | 0 | 0 | 0 | not ref $val and exists $ALLOW_VALUE{$name} |
| line | l | !l | condition |
|---|---|---|---|
| 375 | 20 | 0 | $self->get_number || 0 |
| 20 | 0 | $self->get_device_file || '' |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 299 | 0 | 0 | 62 | exists $ALLOW_ISA{$name} or exists $ALLOW_REF{$name} |
| 0 | 0 | 62 | exists $ALLOW_ISA{$name} or exists $ALLOW_REF{$name} or exists $ALLOW_RX{$name} | |
| 62 | 0 | 0 | exists $ALLOW_ISA{$name} or exists $ALLOW_REF{$name} or exists $ALLOW_RX{$name} or exists $ALLOW_VALUE{$name} |