| blib/lib/Audio/Daemon.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 0 | 18 | 0.0 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 59 | 0 | 0 | 0 | defined $$self{'Port'} and defined $$self{'Server'} |
| 120 | 0 | 0 | 0 | defined $$self{'Deny'} and ref $$self{'Deny'} |
| 122 | 0 | 0 | 0 | $$ref{'low'} <= $ip and $ip <= $$ref{'high'} |
| 128 | 0 | 0 | 0 | defined $$self{'Allow'} and ref $$self{'Allow'} |
| 130 | 0 | 0 | 0 | $$ref{'low'} <= $ip and $ip <= $$ref{'high'} |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 10 | 0 | 0 | 0 | ref $proto || $proto |