blib/lib/Data/Throttler_CHI.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 10 | 20 | 50.0 |
line | true | false | branch |
---|---|---|---|
17 | 0 | 1 | unless defined $args{'max_items'} |
18 | 0 | 1 | unless $args{'max_items'} >= 1 |
19 | 0 | 1 | unless defined $args{'interval'} |
20 | 0 | 1 | unless $args{'interval'} >= 1 |
21 | 0 | 1 | unless defined $args{'cache'} |
25 | 0 | 1 | if (defined $args{'nof_buckets'}) { } |
26 | 0 | 0 | unless $args{'nof_buckets'} >= 1 |
55 | 0 | 0 | defined $e ? : |
78 | 2 | 4 | if $total_hits >= $self->{'max_items'} |
80 | 2 | 2 | if ($hits) { } |