blib/lib/Pepper.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 0 | 15 | 0.0 |
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) |
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'} |