Branch Coverage

lib/Giovanni/Stages.pm
Criterion Covered Total %
branch 0 28 0.0


line true false branch
64 0 0 unless $rel =~ /^\w/
65 0 0 if ($rel == $current_rel)
69 0 0 if (@future) { }
89 0 0 if $self->is_debug
117 0 0 if ($self->config->{'root'} =~ m[^.*/\d+$])
135 0 0 unless $rel =~ /^\w/
136 0 0 if ($rel == $current_rel)
140 0 0 if (@future) { }
164 0 0 unless ($ssh->test('sudo ' . $self->config->{'init'} . ' restart'))
171 0 0 unless $ssh->test('sudo ' . $self->config->{'init'} . ' start')
187 0 0 unless ($ssh->test('sudo ' . $self->config->{'reload'}))
194 0 0 unless $ssh->test('sudo ' . $self->config->{'init'} . ' start')
217 0 0 unless exists $self->config->{'post_rollout'} and defined $self->config->{'post_rollout'}
223 0 0 unless ($ssh->test('cd ' . $self->config->{'deploy_dir'} . ' && ' . $self->config->{'post_rollout'}))