Branch Coverage

blib/lib/Eve/HttpDispatcher.pm
Criterion Covered Total %
branch 0 20 0.0


line true false branch
149 0 0 if (exists $self->_uri_map->{$pattern})
154 0 0 if (exists $self->_name_map->{$name})
176 0 0 if (defined $exception)
177 0 0 if (exists $self->_exception_name_hash->{$exception})
219 0 0 unless (exists $self->_name_map->{$name})
274 0 0 if ($match_hash)
287 0 0 if ($e = 'Eve::Exception::Base'->caught) { }
0 0 elsif ($e = 'Exception::Class'->caught) { }
288 0 0 if (defined $self->_exception_name_hash->{ref $e}) { }
300 0 0 ref $e ? :