line |
true |
false |
branch |
27
|
0 |
0 |
unless $args{'task_name'}
|
31
|
0 |
0 |
unless $args{'timeout'}
|
32
|
0 |
0 |
unless $args{'match'}
|
61
|
0 |
0 |
if ($args{'extras'})
|
78
|
0 |
0 |
unless defined $incrementer_emit_ct
|
85
|
0 |
0 |
unless scalar @{$$self{'sent_messages'};}
|
95
|
0 |
0 |
if ($args{'match'})
|
102
|
0 |
0 |
unless $$msg{'ct'} == $$info{'ct'}
|
105
|
0 |
0 |
unless $$msg{'id'} == $$info{'id'}
|
108
|
0 |
0 |
unless $$msg{'my_ct'} == $$info{'ct'} + $$self{'increment'}
|
111
|
0 |
0 |
if ($$self{'program_pid'})
|
112
|
0 |
0 |
if ($args{'type'} and $args{'type'} eq 'external')
|
115
|
0 |
0 |
if ($args{'type'} and $args{'type'} eq 'internal')
|
121
|
0 |
0 |
unless $args{'no_fail_exceptions'}
|
122
|
0 |
0 |
if ($@) { }
|
129
|
0 |
0 |
if $@
|