Branch Coverage

blib/lib/Catalyst/DispatchType/Index.pm
Criterion Covered Total %
branch 11 12 91.6


line true false branch
46 477 922 if @{$c->req->args;}
49 895 27 unless $result and exists $self->_actions->{$result->reverse}
51 27 0 if ($result and $result->match($c))
70 518 44056 if $action->name eq "index"
85 49 29 if @$captures
87 28 1 unless exists $self->_actions->{$action->reverse}