Condition Coverage

blib/lib/Event/ExecFlow/Job.pm
Criterion Covered Total %
condition 11 49 22.4


and 3 conditions

line !l l&&!r l&&r condition
149 14 0 0 $self->get_state ne 'waiting' and $self->get_state ne 'running'
283 3 0 11 $self->get_type ne 'group' and $self->get_state eq 'finished'
358 0 0 0 $ips_label and $time
370 0 0 0 $time > 5 and $cnt != 0
0 0 0 $time > 5 and $cnt != 0 and $self->get_type ne 'group'

or 2 conditions

line l !l condition
105 1 13 $depends_on ||= []
106 0 14 $stash ||= {}
307 0 0 $self->get_title || $self->get_name || 'Unnamed'
312 0 0 $self->get_progress_max || 0
313 0 0 $self->get_progress_cnt || 0
337 0 0 $self->get_progress_max || 1
349 0 0 $time ||= 1
413 26 10 $self->get_last_progress || ''

or 3 conditions

line l !l&&r !l&&!r condition
85 0 0 0 $self->get_cancelled || $self->get_error_message
107 14 0 0 $name ||= '~' . $id
114 10 46 0 $cb ||= 'Event::ExecFlow::Callbacks'->new
204 0 0 0 $self->get_state eq 'running' or $self->get_state eq 'waiting'
331 0 0 0 $cancelled ||= $self->get_error_message ? '[' . __('Error') . ']' : ''
332 0 0 0 $cancelled ||= $self->get_skipped ? '[' . __('Skipped') . ']' : ''