| blib/lib/AnyEvent/HTTPD/Router/DefaultDispatcher.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % | 
| condition | 6 | 12 | 50.0 | 
| line | !l | l&&!r | l&&r | condition | 
|---|---|---|---|---|
| 81 | 9 | 0 | 4 | $routing_seq =~ /^\:(.+)$/u and defined $request_seq | 
| line | l | !l&&r | !l&&!r | condition | 
|---|---|---|---|---|
| 8 | 0 | 8 | 0 | ref $this || $this | 
| 44 | 11 | 0 | 0 | $method eq 'GET' or $method eq 'POST' | 
| 77 | 43 | 0 | 7 | @request_path_seq or @routing_path_seq |