| blib/lib/Async/Redis/Error/Timeout.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| statement | 14 | 14 | 100.0 |
| branch | n/a | ||
| condition | n/a | ||
| subroutine | 7 | 7 | 100.0 |
| pod | 3 | 3 | 100.0 |
| total | 24 | 24 | 100.0 |
| line | stmt | bran | cond | sub | pod | time | code |
|---|---|---|---|---|---|---|---|
| 1 | package Async::Redis::Error::Timeout; | ||||||
| 2 | |||||||
| 3 | 74 | 74 | 1026 | use strict; | |||
| 74 | 152 | ||||||
| 74 | 3418 | ||||||
| 4 | 74 | 74 | 389 | use warnings; | |||
| 74 | 144 | ||||||
| 74 | 4279 | ||||||
| 5 | 74 | 74 | 1240 | use 5.018; | |||
| 74 | 259 | ||||||
| 6 | |||||||
| 7 | our $VERSION = '0.001'; | ||||||
| 8 | |||||||
| 9 | 74 | 74 | 415 | use parent 'Async::Redis::Error'; | |||
| 74 | 137 | ||||||
| 74 | 489 | ||||||
| 10 | |||||||
| 11 | 1 | 1 | 1 | 655 | sub command { shift->{command} } | ||
| 12 | 1 | 1 | 1 | 6 | sub timeout { shift->{timeout} } | ||
| 13 | 2 | 2 | 1 | 14 | sub maybe_executed { shift->{maybe_executed} } | ||
| 14 | |||||||
| 15 | 1; | ||||||
| 16 | |||||||
| 17 | __END__ |