Branch Coverage

blib/lib/Plack/Middleware/Antibot/Static.pm
Criterion Covered Total %
branch 7 8 87.5


line true false branch
26 5 4 if ($$env{'REQUEST_METHOD'} eq 'GET') { }
4 0 elsif ($$env{'REQUEST_METHOD'} eq 'POST') { }
29 2 3 if ($path_info eq $$self{'path'})
44 3 1 unless ($static_fetched and time - $static_fetched < $$self{'timeout'})