| blib/lib/Bot/Backbone/SendPolicy/MinimumRepeatInterval.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 7 | 14 | 50.0 |
| line | true | false | branch |
|---|---|---|---|
| 78 | 6 | 587 | if $last_send + $self->interval < $now |
| 96 | 291 | 8 | if ($self->has_cache_key($key)) |
| 102 | 291 | 0 | if ($self->discard) { } |
| 114 | 0 | 0 | if ($self->has_lingering_interval) |
| 119 | 0 | 0 | if ($now - $orig_send < $self->lingering_interval) { } |
| 131 | 0 | 0 | if $self->has_queue and $after / $self->interval > $self->queue_length |
| 137 | 8 | 291 | if $save |