| blib/lib/HH/Unispool/Config/File/Token/Comment/Tail.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 8 | 26 | 30.7 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 278 | 26 | 0 | 0 | ref $val and exists $ALLOW_ISA{$name} |
| 285 | 26 | 0 | 0 | ref $val and exists $ALLOW_REF{$name} |
| 290 | 0 | 0 | 26 | defined $val and not ref $val |
| 0 | 0 | 26 | defined $val and not ref $val and exists $ALLOW_RX{$name} | |
| 297 | 0 | 0 | 0 | not ref $val and exists $ALLOW_VALUE{$name} |
| line | l | !l | condition |
|---|---|---|---|
| 346 | 20 | 0 | $self->get_host || '' |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 270 | 0 | 0 | 26 | exists $ALLOW_ISA{$name} or exists $ALLOW_REF{$name} |
| 0 | 0 | 26 | exists $ALLOW_ISA{$name} or exists $ALLOW_REF{$name} or exists $ALLOW_RX{$name} | |
| 26 | 0 | 0 | exists $ALLOW_ISA{$name} or exists $ALLOW_REF{$name} or exists $ALLOW_RX{$name} or exists $ALLOW_VALUE{$name} |