| blib/lib/Plack/Middleware/Antibot.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 13 | 14 | 92.8 |
| line | true | false | branch |
|---|---|---|---|
| 24 | 3 | 4 | if (ref $filter eq 'ARRAY') |
| 50 | 0 | 9 | if $res and ref $res eq 'ARRAY' |
| 55 | 6 | 3 | if ($$env{$key}) |
| 58 | 1 | 5 | if (@scores > 1) { } |
| 69 | 4 | 5 | if $current_score >= $self->max_score |
| 74 | 4 | 4 | if ($current_score >= $self->max_score) |
| 77 | 2 | 2 | unless $self->fall_through |