Condition Coverage

lib/Beekeeper/WorkerPool/Daemon.pm
Criterion Covered Total %
condition 0 19 0.0


and 3 conditions

line !l l&&!r l&&r condition
266 0 0 0 "Can't redirect STDERR to log file: $!" && exit 1
355 0 0 0 $pid and $pid =~ /^(\d+)/
0 0 0 $pid and $pid =~ /^(\d+)/ and $pid != $$

or 2 conditions

line l !l condition
286 0 0 $self->{'options'}{'user'} || 'nobody'
287 0 0 $self->{'options'}{'group'} || 'nogroup'

or 3 conditions

line l !l&&r !l&&!r condition
93 0 0 0 not $cmd or $self->{'options'}{'help'}
217 0 0 0 not defined $openmax or $openmax < 0