| blib/lib/MojoX/Redis.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 11 | 20 | 55.0 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 157 | 5 | 0 | 0 | not $cb and ref $args eq 'CODE' |
| 214 | 0 | 1 | 5 | my $id = $$self{'_connection'} and not $$self{'_connecting'} |
| 237 | 0 | 0 | 3 | $type ne '*' and $self->encoding |
| 0 | 0 | 3 | $type ne '*' and $self->encoding and $data |
| line | l | !l | condition |
|---|---|---|---|
| 93 | 1 | 0 | $3 || 6379 |
| 122 | 0 | 1 | $$self{'error'} ||= 'disconnected' |
| 167 | 4 | 1 | $$self{'_message_queue'} ||= [] |
| 168 | 4 | 1 | $$self{'_cb_queue'} ||= [] |