| blib/lib/Redis/Handle.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 0 | 18 | 0.0 |
| line | true | false | branch |
|---|---|---|---|
| 64 | 0 | 0 | if ref $_[0] |
| 68 | 0 | 0 | if ($redis{'timeout'}) |
| 90 | 0 | 0 | unless $redis->ping |
| 92 | 0 | 0 | unless $redis->lpush($$this, $_) |
| 114 | 0 | 0 | unless $redis->ping |
| 115 | 0 | 0 | unless my $r = 'AnyEvent::Redis'->new(%redis) |
| 121 | 0 | 0 | unless my $cv = $r->brpop($$this, $timeout, sub { $message = $_[0][1]; } ) |
| 125 | 0 | 0 | unless wantarray |
| 141 | 0 | 0 | if defined $count and --$count < 0 |