| lib/CallBackery.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 8 | 18 | 44.4 |
| line | true | false | branch |
|---|---|---|---|
| 138 | 0 | 1 | if ($gcfg->{'log_file'}) |
| 139 | 0 | 0 | if (open my $file, '>>', $gcfg->{'log_file'}) { } |
| 147 | 1 | 0 | if $app->mode eq "development" |
| 157 | 0 | 4 | if $path_info and $uri |
| 158 | 0 | 4 | if $uri |
| 165 | 0 | 4 | $c->can('securityHeaders') ? : |
| 169 | 4 | 0 | unless $c->req->url->path =~ m[/resource/.+]u |
| 173 | 1 | 0 | if (my $secrets = $app->config->secretFile) |
| 174 | 1 | 0 | if (-r $secrets) { } |