| blib/lib/HH/Unispool/Config/File/Token/Numbered/Device/Group.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 14 | 34 | 41.1 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 337 | 148 | 0 | 0 | ref $val and exists $ALLOW_ISA{$name} |
| 344 | 148 | 0 | 0 | ref $val and exists $ALLOW_REF{$name} |
| 349 | 0 | 0 | 148 | defined $val and not ref $val |
| 0 | 0 | 148 | defined $val and not ref $val and exists $ALLOW_RX{$name} | |
| 356 | 0 | 0 | 0 | not ref $val and exists $ALLOW_VALUE{$name} |
| line | l | !l | condition |
|---|---|---|---|
| 450 | 13 | 0 | $self->get_number || 0 |
| 13 | 0 | $member[0] || '' | |
| 13 | 0 | $member[1] || '' | |
| 10 | 3 | $member[2] || '' | |
| 8 | 5 | $member[3] || '' |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 329 | 0 | 0 | 149 | exists $ALLOW_ISA{$name} or exists $ALLOW_REF{$name} |
| 0 | 0 | 149 | exists $ALLOW_ISA{$name} or exists $ALLOW_REF{$name} or exists $ALLOW_RX{$name} | |
| 149 | 0 | 0 | exists $ALLOW_ISA{$name} or exists $ALLOW_REF{$name} or exists $ALLOW_RX{$name} or exists $ALLOW_VALUE{$name} |