Branch Coverage

blib/lib/Schedule/LongSteps.pm
Criterion Covered Total %
branch 19 22 86.3


line true false branch
436 7 25 if (my $original_err = $@)
440 2 5 if (length $err > $self->error_limit)
453 1 6 if (my $on_error_error = $@)
474 15 1 unless defined $build_args
475 4 12 unless defined $init_state
478 0 16 unless ($process_class->isa('Schedule::LongSteps::Process'))
503 1 6 unless $stored_process
512 0 7 unless $stored_process
514 0 7 if $stored_process->status ne 'terminated'
522 3 3 unless $revive_to
525 2 4 unless $loaded_process->can($revive_to)