line |
true |
false |
branch |
81
|
37 |
18 |
$self->_calc_passing ? :
|
137
|
795 |
9 |
defined $value ? :
|
211
|
178 |
30 |
if ($self->_is_event_pass)
|
230
|
8 |
8 |
if ($self->_event->is_actual_ok)
|
287
|
7 |
201 |
if ($self->_is_enormous_event_num) { }
|
301
|
16 |
192 |
if ($self->_event->has_todo) { }
|
|
5 |
187 |
elsif ($self->_event->has_skip) { }
|
323
|
5 |
0 |
if (not defined $self->skip_reason) { }
|
|
0 |
0 |
elsif ($self->skip_reason ne $detail->reason) { }
|
348
|
5 |
175 |
if ($detail->type eq 'skip')
|
394
|
180 |
28 |
if ($detail->ok)
|
441
|
0 |
55 |
if ($self->wait and $self->_is_vms) { }
|
451
|
6 |
49 |
if ($? != 0)
|