blib/lib/Plack/Middleware/Antibot/TooFast.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 5 | 6 | 83.3 |
line | true | false | branch |
---|---|---|---|
25 | 2 | 3 | if ($$env{'REQUEST_METHOD'} eq 'GET') { } |
3 | 0 | elsif ($$env{'REQUEST_METHOD'} eq 'POST') { } | |
34 | 2 | 1 | unless ($too_fast and time - $too_fast > $$self{'timeout'}) |