| blib/lib/AnyEvent/HTTPD.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 10 | 16 | 62.5 |
| line | true | false | branch |
|---|---|---|---|
| 194 | 12 | 6 | if ($meth eq 'GET') |
| 198 | 18 | 0 | if (scalar grep({$meth eq $_;} @{$$self{'allowed_methods'};})) { } |
| 205 | 18 | 0 | if $con |
| 230 | 13 | 5 | ref $cont ? : |
| 13 | 5 | ref $cont ? : | |
| 245 | 0 | 18 | if $$self{'req_stop'} |
| 257 | 0 | 36 | if $$self{'req_stop'} |
| 327 | 0 | 0 | if $_[0]{'condvar'} |