Branch Coverage

blib/lib/Mojolicious/Plugin/Minion/Workers.pm
Criterion Covered Total %
branch 0 28 0.0


line true false branch
20 0 0 if @backend > 1 and not $helper
24 0 0 if $backend[0] and ref $$conf{$backend[0]} eq 'CODE'
26 0 0 if $backend[0] and not $helper
47 0 0 if $manage
57 0 0 unless $conf->{'is_manage'}
60 0 0 unless $workers ||= $conf->{'workers'}
64 0 0 if ($conf->{'is_prefork'}) { }
79 0 0 if $ENV{'HYPNOTOAD_PID'} and not $ENV{'HYPNOTOAD_STOP'}
83 0 0 if $ENV{'HYPNOTOAD_STOP'}
87 0 0 unless defined(my $pid = fork)
89 0 0 if $pid
144 0 0 unless open STDIN, '< /dev/null'
145 0 0 unless open STDOUT, '> /dev/null'
146 0 0 unless open STDERR, '>&STDOUT'