| line |
true |
false |
branch |
|
93
|
2 |
159 |
if $ENV{'PLACK_ENV'} |
|
106
|
2 |
159 |
defined $ENV{'DANCER_NO_SERVER_TOKENS'} ? : |
|
|
1 |
160 |
defined $ENV{'DANCER_STARTUP_INFO'} ? : |
|
114
|
1 |
160 |
if (my $traces = $self->config->{'traces'}) |
|
116
|
1 |
0 |
$traces ? : |
|
122
|
144 |
17 |
unless defined $Dancer2::runner |
|
154
|
2 |
0 |
if $self->config->{'apphandler'} eq "PSGI" |
|
174
|
8 |
24 |
if ($apps and @{$apps;}) { } |
|
178
|
6 |
8 |
if (is_regexpref($app_req)) { } |
|
|
4 |
4 |
elsif (ref $app_req eq 'Dancer2::Core::App') { } |
|
|
4 |
0 |
elsif (not is_ref($app_req)) { } |
|
231
|
1 |
0 |
unless $self->config->{'startup_info'} |
|
245
|
0 |
0 |
unless defined $version |