blib/lib/Dancer/Plugin/Dispatcher.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 10 | 14 | 71.4 |
line | true | false | branch |
---|---|---|---|
25 | 0 | 21 | if $handlers{$caller}{$direction} |
30 | 1 | 20 | if $service |
34 | 2 | 19 | unless my $code = $object->can($method) |
55 | 16 | 0 | "Dispatching to class ($class) and method ($method)" . $service ? : |
62 | 15 | 0 | if (my $response = 'Dancer::SharedData'->response) |
63 | 1 | 14 | if $response->status =~ /^3/ |
64 | 0 | 14 | if $response->halted |