Branch Coverage

blib/lib/Launcher/Cascade/Base.pm
Criterion Covered Total %
branch 24 24 100.0


line true false branch
166 5 28 if (@_)
167 3 2 if (UNIVERSAL::isa($_[0], 'ARRAY')) { }
234 42851 24 unless $self->status == 0
237 5 6 unless $_->is_success
288 42848 17 unless $self->is_ready
306 8 42857 unless $self->status == 1
310 42818 39 if $self->time_between_retries and $time - $self->_last_retry_at < $self->time_between_retries
318 1 38 if ($@)
326 26 12 if (not defined $result) { }
10 2 elsif ($result > 0) { }
328 22 4 if ($self->retries < $self->max_retries) { }
374 42858 1 unless $self->is_success