Branch Coverage

blib/lib/Stepford/Runner.pm
Criterion Covered Total %
branch 33 36 91.6


line true false branch
109 1 142 if ($dry_run ne 'none') { }
77 65 elsif ($self->jobs > 1) { }
133 133 181 unless $self->_should_run_step($graph, $force_step_execution)
159 1 166 if ($exit_code) { }
3 163 elsif (not $message) { }
4 159 elsif ($message->{'error'}) { }
168 3 0 if $signal
179 0 159 unless defined $graph
200 700 201 unless $self->_should_run_step($graph, $force_step_execution)
205 4 197 unless ($graph->is_serializable)
211 170 27 if (my $pid = $pm->start($class))
230 1 25 defined $error ? :
247 141 27 unless $steps_finished_since_last_iteration
261 596 619 unless $graph->can_run_step
263 237 382 if ($graph->step_is_up_to_date($force_step_execution))
313 1 601 unless $class->isa('Moose::Object')
315 1 600 unless ($class->does('Stepford::Role::Step'))
356 0 422 unless $self->_memory_stats