Branch Coverage

lib/CallBackery.pm
Criterion Covered Total %
branch 8 18 44.4


line true false branch
141 0 1 if ($gcfg->{'log_file'})
142 0 0 if (open my $file, '>>', $gcfg->{'log_file'}) { }
153 1 0 if $app->mode eq "development"
163 0 4 if $path_info and $uri
164 0 4 if $uri
171 0 4 $c->can('securityHeaders') ? :
175 4 0 unless $c->req->url->path =~ m[/resource/.+]u
179 1 0 if (my $secrets = $app->config->secretFile)
180 1 0 if (-r $secrets) { }