Condition Coverage

blib/lib/Plack/Runner.pm
Criterion Covered Total %
condition 3 30 10.0


or 2 conditions

line l !l condition
23 0 0 shift() || sub { }
109 1 2 $port ||= 5000
175 0 0 $psgi ||= "app.psgi"
212 0 0 $args->{'host'} || 0
213 0 0 $args->{'proto'} || 'http'
263 0 0 $self->{'env'} || 'development'

or 3 conditions

line l !l&&r !l&&!r condition
101 0 2 0 $socket ||= $listen
157 0 0 0 $self->{'app'} || $args[0]
204 0 0 0 $ENV{'GATEWAY_INTERFACE'} or $self->{'access_log'}
211 0 0 0 $args->{'server_software'} || ref $args
222 0 0 0 $self->{'_loader'} ||= Plack::Util::load_class($self->{'loader'}, "Plack::Loader")->new
263 0 0 0 $ENV{'PLACK_ENV'} ||= $self->{'env'} || 'development'