Branch Coverage

blib/lib/Plack/Loader.pm
Criterion Covered Total %
branch 4 20 20.0


line true false branch
19 0 1 unless my $backend = $class->guess
25 0 1 if (($ENV{'PLACK_ENV'} || '') eq "development" or not /^Can't locate /)
28 0 0 if $ENV{'PLACK_ENV'} and $ENV{'PLACK_ENV'} eq "development"
46 38 1 if ($server_class) { }
63 0 0 if $env->{'PLACK_SERVER'}
65 0 0 if ($env->{'PHP_FCGI_CHILDREN'} or $env->{'FCGI_ROLE'} or $env->{'FCGI_SOCKET_PATH'}) { }
0 0 elsif ($env->{'GATEWAY_INTERFACE'}) { }
0 0 elsif (exists $INC{'Coro.pm'}) { }
0 0 elsif (exists $INC{'AnyEvent.pm'}) { }
0 0 elsif (exists $INC{'POE.pm'}) { }