Condition Coverage

blib/lib/POEIKC/Daemon/Utility.pm
Criterion Covered Total %
condition 0 62 0.0


and 3 conditions

line !l l&&!r l&&r condition
109 0 0 0 $$args[0] and $$args[0] =~ /^\d+$/
143 0 0 0 $limit and not $self->state_list->{$func_full_name}{'limit'}
209 0 0 0 $re_args[0] and not ref $re_args[0]
0 0 0 $re_args[0] and not ref $re_args[0] and $re_args[0] =~ /^\d+$/
210 0 0 0 $re_args[0] and not ref $re_args[0]
0 0 0 $re_args[0] and not ref $re_args[0] and $re_args[0] =~ /^\w+/
475 0 0 0 not $self->inc->{'stay'}{$module} and $module ne 'POEIKC::Daemon::Utility'
520 0 0 0 not $alias || $event_ary and $args
528 0 0 0 $alias and $event_ary
593 0 0 0 defined $subroutine and $subroutine eq '(eval)'
619 0 0 0 defined $subroutine and $subroutine eq '(eval)'

or 2 conditions

line l !l condition
111 0 0 $$args[0] || (return)
178 0 0 $$args[0] || (return)
236 0 0 $$args[0] || (return)
367 0 0 shift @{$args{'args'};} || (return)

or 3 conditions

line l !l&&r !l&&!r condition
79 0 0 0 $something ||= $args{'something'}
445 0 0 0 $module ||= shift @{$args{'args'};}
460 0 0 0 $module ||= shift @{$args{'args'};}
461 0 0 0 $self->inc->{'stay'}{$module} ||= time
508 0 0 0 eval $expr || $@
520 0 0 0 $alias || $event_ary
529 0 0 0 $poe->kernel->call('IKC', 'publish', $alias, $event_ary) || $!