| 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' |
| 138 | 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 |
|---|---|---|---|---|
| 98 | 0 | 0 | 0 | $endpoint ||= $self->{'uri'} |
| 118 | 0 | 0 | 0 | $endpoint_handler_module ||= $self->{'config'}{'default_endpoint_module'} |