Branch Coverage

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


line true false branch
34 0 0 if (not $args{'skip_db'} and $self->{'config'}{'use_database'} eq 'Y')
46 0 0 if ($args{'request'})
75 0 0 unless (eval "require $endpoint_handler_module")
82 0 0 if ($self->{'config'}{'use_database'} eq 'Y')
100 0 0 if ($self->{'config'}{'url_mappings_table'}) { }
0 0 elsif ($self->{'config'}{'url_mappings_file'}) { }
120 0 0 if ($endpoint_handler_module) { }
137 0 0 if ($self->{'utils'}->can($called_method)) { }
0 0 elsif ($self->{'config'}{'use_database'} eq 'Y' and $self->{'db'}->can($called_method)) { }
0 0 elsif ($self->{'plack_handler'} and $self->{'plack_handler'}->can($called_method)) { }