Branch Coverage

blib/lib/Catalyst/Plugin/ActionPaths.pm
Criterion Covered Total %
branch 0 44 0.0


line true false branch
14 0 0 unless $c and $c->isa('Catalyst')
21 0 0 if (ref $dt eq 'Catalyst::DispatchType::Path') { }
0 0 elsif (ref $dt eq 'Catalyst::DispatchType::Chained') { }
27 0 0 defined $args ? :
46 0 0 defined $endpoint->attributes->{'Args'}[0] ? :
55 0 0 if (my $cap = $curr->list_extra_info->{'CaptureArgs'})
58 0 0 if (my $pp = $curr->attributes->{'PathPart'})
59 0 0 if defined $$pp[0] and length $$pp[0]
64 0 0 if $curr
66 0 0 if ($parent ne '/')
73 0 0 if (defined(my $extra = $dt->_list_extra_http_methods($p)))
76 0 0 if (defined(my $cap = $p->list_extra_info->{'CaptureArgs'}))
77 0 0 if ($p->has_captures_constraints) { }
84 0 0 if (defined(my $ct = $p->list_extra_info->{'Consumes'}))
87 0 0 if (defined(my $s = $p->list_extra_info->{'Scheme'}))
91 0 0 unless ($p eq $parents[0])
97 0 0 if ($endpoint->has_args_constraints) { }
101 0 0 defined $endpoint->attributes->{'Args'}[0] ? :
103 0 0 @rows ? :
0 0 $extra ? :
0 0 $scheme ? :
0 0 $consumes ? :