| blib/lib/IO/Socket/RedisPubSub.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 5 | 13 | 38.4 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 87 | 1 | 0 | 0 | $$self{'connection'} and $$self{'connection'}->connected |
| 96 | 1 | 0 | 0 | $conn and $conn->connected |
| line | l | !l | condition |
|---|---|---|---|
| 47 | 0 | 1 | $args{'host'} || 'localhost' |
| 48 | 0 | 1 | $args{'port'} || 6379 |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 46 | 0 | 1 | 0 | ref $class || $class |