blib/lib/RateLimitations/Pluggable.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 13 | 22 | 59.0 |
line | true | false | branch |
---|---|---|---|
153 | 0 | 2 | if $seconds != int $seconds |
155 | 0 | 2 | if $seconds <= 0 |
159 | 0 | 2 | if $limit != int $limit |
161 | 0 | 2 | if $limit <= 0 |
165 | 1 | 1 | if ($idx > 0) |
169 | 0 | 1 | if ($current_limit <= $lesser_limit) |
202 | 0 | 4029 | unless defined $service |
203 | 0 | 4029 | unless defined $consumer |
206 | 0 | 4029 | unless defined $limits |
218 | 4029 | 0 | if $setter |
227 | 4019 | 22 | if ($past_hit_time > $allowed_past_hit_time) |