| blib/lib/Protocol/Redis/Faster.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 14 | 14 | 100.0 |
| line | l | !l | condition |
|---|---|---|---|
| 69 | 29 | 1 | $self->{'_curr'} ||= {} |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 20 | 1 | 1 | 14 | $message->{'type'} eq '+' or $message->{'type'} eq '-' |
| 2 | 1 | 13 | $message->{'type'} eq '+' or $message->{'type'} eq '-' or $message->{'type'} eq ':' | |
| 88 | 8 | 3 | 9 | $curr->{'type'} eq '+' or $curr->{'type'} eq '-' |
| 11 | 1 | 8 | $curr->{'type'} eq '+' or $curr->{'type'} eq '-' or $curr->{'type'} eq ':' |