blib/lib/Schedule/LongSteps.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 19 | 22 | 86.3 |
line | true | false | branch |
---|---|---|---|
434 | 7 | 25 | if (my $original_err = $@) |
438 | 2 | 5 | if (length $err > $self->error_limit) |
451 | 1 | 6 | if (my $on_error_error = $@) |
472 | 15 | 1 | unless defined $build_args |
473 | 4 | 12 | unless defined $init_state |
476 | 0 | 16 | unless ($process_class->isa('Schedule::LongSteps::Process')) |
501 | 1 | 6 | unless $stored_process |
510 | 0 | 7 | unless $stored_process |
512 | 0 | 7 | if $stored_process->status ne 'terminated' |
520 | 3 | 3 | unless $revive_to |
523 | 2 | 4 | unless $loaded_process->can($revive_to) |