Branch Coverage

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


line true false branch
98 0 1 if ($self->get_git->status->is_dirty)
107 1 1 unless (&any(sub {
213 0 1 if (my(@updated) = $self->get_git->submodule('update', '--init')) { }