Condition Coverage

blib/lib/App/Basis/Queue.pm
Criterion Covered Total %
condition 0 54 0.0


and 2 conditions

line l !l condition
315 0 0 @params and scalar @params

and 3 conditions

line !l l&&!r l&&r condition
600 0 0 0 $qname and $data
697 0 0 0 $wild and $q =~ /$qname/
1113 0 0 0 $qname =~ /\*/ and not $qname =~ /$q/
1587 0 0 0 $params->{'events'} and $self->{'ev_count'} > $params->{'events'}
1590 0 0 0 $params->{'datetime'} and time > $params->{'datetime'}

or 2 conditions

line l !l condition
761 0 0 $params->{'count'} ||= 1
930 0 0 $params->{'count'} ||= 1
1126 0 0 $resp->{'rows'}[0]{'count'} || 0
1136 0 0 $resp->{'rows'}[0]{'count'} || 0
1164 0 0 $resp->{'rows'}[0]{$k} || '0'
1172 0 0 $all_stats{'processed'} // 0
0 0 $all_stats{'unprocessed'} // 0
0 0 $all_stats{'failures'} // 0
1173 0 0 $all_stats{'total_records'} ||= '0'
1183 0 0 $all_stats{$f} ||= '0'
1408 0 0 $params->{'after'} // 0

or 3 conditions

line l !l&&r !l&&!r condition
697 0 0 0 $wild and $q =~ /$qname/ or $self->{'_queue_list'}{$qname}
763 0 0 0 not $params->{'callback'} or ref $params->{'callback'} ne 'CODE'
932 0 0 0 not $params->{'callback'} or ref $params->{'callback'} ne 'CODE'
1113 0 0 0 $qname =~ /\*/ and not $qname =~ /$q/ or $qname ne $q
1550 0 0 0 $started or $subs->{'persist'}