Branch Coverage

blib/lib/CGI/Dispatcher/Simple.pm
Criterion Covered Total %
branch 0 10 0.0


line true false branch
96 0 0 if $method = $$methods{'/' . join('/', @path)}
99 0 0 if @args > 1
102 0 0 if ($self->can($method)) { }
103 0 0 if $self->can('begin')
105 0 0 if $self->can('end')