Branch Coverage

blib/lib/Feersum/Runner.pm
Criterion Covered Total %
branch 23 56 41.0


line true false branch
22 0 0 if $INSTANCE and $Feersum::Runner::INSTANCE->{'running'}
30 0 0 if (my $f = $self->{'endjinn'})
44 0 3 if @{$self->{'listen'};} > 1
48 0 3 if ($listen =~ m[^[/\.]+\w]) { }
50 0 0 if -S $listen
57 0 0 unless $sock
58 0 0 unless $sock->blocking(0)
69 0 3 unless $sock
75 0 3 if (my $opts = $self->{'options'})
96 0 3 unless $self->{'quiet'}
101 3 0 if (not $app and $self->{'app_file'})
104 0 3 if $@
105 0 3 if $! and not defined $app
106 0 3 unless $app
109 0 3 unless $app
116 3 0 if $self->{'pre_fork'}
118 0 0 unless $self->{'quiet'}
128 0 5 unless defined $pid
129 2 3 unless ($pid)
131 0 2 unless $self->{'quiet'}
135 0 0 if $@
136 0 0 $@ ? :
142 0 1 unless $self->{'quiet'}
145 1 0 if ($self->{'_shutdown'})
146 0 1 unless $self->{'_n_kids'}
172 1 3 if $self->{'_shutdown'}
175 0 3 unless $self->{'quiet'}
178 2 1 if ($self->{'_n_kids'}) { }