Branch Coverage

blib/lib/Catalyst/Plugin/URI.pm
Criterion Covered Total %
branch 5 10 50.0


line true false branch
14 0 5 if (&Scalar::Util::blessed($path) and $path->isa('Catalyst::Action'))
19 0 5 unless ref \$path eq 'SCALAR'
20 0 5 unless $path =~ /^(.*)\.(.+)$/
22 0 5 unless my $controller = $c->controller($1 || '')
25 0 5 unless my $action = $controller->action_for($2)