Branch Coverage

blib/lib/App/Puppet/Environment/Updater.pm
Criterion Covered Total %
branch 4 6 66.6


line true false branch
101 0 1 if ($self->get_git->status->is_dirty)
110 1 1 unless (&any(sub { $_ eq $branch; } , $self->get_local_branches))
216 0 1 if (my(@updated) = $self->get_git->submodule('update', '--init')) { }