Condition Coverage

blib/lib/Proclet.pm
Criterion Covered Total %
condition 11 16 68.7


and 3 conditions

line !l l&&!r l&&r condition
153 7 0 0 exists $$args{'tag'} && defined $$args{'tag'}
161 7 0 0 exists $$args{'every'} && defined $$args{'every'}
229 10 0 2 scalar keys %running == 1 and exists $running{$LOGGER}
242 1 9 3 $self->enable_log_worker and not exists $running{$LOGGER}

or 2 conditions

line l !l condition
150 3 4 $$self{'service_num'} ||= 0
152 3 4 $$self{'tags'} ||= {}