Branch Coverage

blib/lib/Catalyst/View/Template/Lace/Role/URI.pm
Criterion Covered Total %
branch 0 16 0.0


line true false branch
13 0 0 unless $action_proto
16 0 0 if &Scalar::Util::blessed($action_proto)
28 0 0 if ($action_proto =~ m[/]) { }
29 0 0 $action_proto =~ m[^/] ? :
30 0 0 unless $path
31 0 0 unless $action = $self->ctx->dispatcher->get_action_by_path($path)
33 0 0 unless $action = $controller->action_for($action_proto)
36 0 0 unless $action