Condition Coverage

blib/lib/Pepper.pm
Criterion Covered Total %
condition 0 15 0.0


and 3 conditions

line !l l&&!r l&&r condition
34 0 0 0 not $args{'skip_db'} and $self->{'config'}{'use_database'} eq 'Y'
137 0 0 0 $self->{'config'}{'use_database'} eq 'Y' and $self->{'db'}->can($called_method)
0 0 0 $self->{'plack_handler'} and $self->{'plack_handler'}->can($called_method)

or 3 conditions

line l !l&&r !l&&!r condition
97 0 0 0 $endpoint ||= $self->{'uri'}
117 0 0 0 $endpoint_handler_module ||= $self->{'config'}{'default_endpoint_module'}