line |
true |
false |
branch |
34
|
0 |
0 |
if (not $args{'skip_db'} and $self->{'config'}{'use_database'} eq 'Y')
|
47
|
0 |
0 |
if ($args{'request'})
|
76
|
0 |
0 |
unless (eval "require $endpoint_handler_module")
|
83
|
0 |
0 |
if ($self->{'config'}{'use_database'} eq 'Y')
|
101
|
0 |
0 |
if ($self->{'config'}{'url_mappings_table'}) { }
|
|
0 |
0 |
elsif ($self->{'config'}{'url_mappings_file'}) { }
|
121
|
0 |
0 |
if ($endpoint_handler_module) { }
|
138
|
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)) { }
|