Branch Coverage

blib/lib/Ixchel/Actions/perl.pm
Criterion Covered Total %
branch 0 40 0.0


line true false branch
89 0 0 if ($self->{'config'}{'perl'}{'cpanm'})
94 0 0 if ($@) { }
110 0 0 if (ref $self->{'config'}{'perl'}{'pkgs_require'} eq "ARRAY")
115 0 0 if ($@) { }
135 0 0 if (ref $self->{'config'}{'perl'}{'pkgs_optional'} eq "ARRAY")
140 0 0 if ($@) { }
154 0 0 if (ref $self->{'config'}{'perl'}{'modules'} eq "ARRAY")
163 0 0 if ($self->{'config'}{'perl'}{'pkgs_always_try'} and not defined $installed{$module} and not defined $tried_via_packages{$module})
169 0 0 if ($@) { }
181 0 0 unless (defined $installed{$module})
182 0 0 unless ($installed_cpanm)
187 0 0 if ($@) { }
198 0 0 if ($self->{'opts'}{'notest'})
201 0 0 if ($self->{'opts'}{'reinstall'})
204 0 0 if ($self->{'opts'}{'force'})
212 0 0 if ($? != 0) { }
225 0 0 if (defined $installed_via_cpanm[0])
228 0 0 if (defined $pkgs_installed[0])
231 0 0 if (defined $cpanm_failed[0])
234 0 0 if (defined $failed_pkg_required[0])