blib/lib/Mojo/Webqq/Message/Queue.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 0 | 18 | 0.0 |
line | true | false | branch |
---|---|---|---|
10 | 0 | 0 | if (@_ == 1) { } |
28 | 0 | 0 | if ref $callback_for_get eq 'CODE' |
29 | 0 | 0 | if ref $callback_for_put eq 'CODE' |
30 | 0 | 0 | if ref $callback_for_delay eq 'CODE' |
36 | 0 | 0 | unless ref $self->{'callback_for_get'} eq 'CODE' |
38 | 0 | 0 | if (defined $self->{'ioloop'} and ref $self->{'callback_for_delay'} eq 'CODE') { } |
41 | 0 | 0 | if (defined $LAST_GET_TIME) |
42 | 0 | 0 | $now < $LAST_GET_TIME + $GET_INTERVAL ? : |
59 | 0 | 0 | unless ref $cb eq 'CODE' |