Branch Coverage

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


line true false branch
21 0 0 if $INSTANCE and $Feersum::Runner::INSTANCE->{'running'}
29 0 0 if (my $f = $self->{'endjinn'})
43 0 3 if @{$self->{'listen'};} > 1
47 0 3 if ($listen =~ m[^/\w]) { }
49 0 0 if -S $listen
56 0 0 unless $sock
57 0 0 unless $sock->blocking(0)
68 0 3 unless $sock
74 0 3 if ($self->{'options'})
92 0 3 unless $self->{'quiet'}
97 3 0 if (not $app and $self->{'app_file'})
100 0 3 if $@
101 0 3 if $! and not defined $app
102 0 3 unless $app
105 0 3 unless $app
112 3 0 if $self->{'pre_fork'}
114 0 0 unless $self->{'quiet'}
124 0 5 unless defined $pid
125 2 3 unless ($pid)
127 0 2 unless $self->{'quiet'}
131 0 0 if $@
132 0 0 $@ ? :
138 0 1 unless $self->{'quiet'}
141 1 0 if ($self->{'_shutdown'})
142 0 1 unless $self->{'_n_kids'}
165 1 3 if $self->{'_shutdown'}
168 0 3 unless $self->{'quiet'}
171 2 1 if ($self->{'_n_kids'}) { }