Branch Coverage

blib/lib/App/MechaCPAN/Perl.pm
Criterion Covered Total %
branch 18 40 45.0


line true false branch
24 0 1 if ($^O eq 'MSWin32')
37 0 1 if (-e -x "$dest_dir/bin/perl")
39 0 0 unless ($opts->{'is_restarted_process'})
42 0 0 if ($version and $^V ne "v$version") { }
64 1 0 unless (-e 'Configure')
67 0 1 if (@files > 1)
79 1 0 !$opts->{'skip_local'} ? :
0 1 !$opts->{'skip_lib'} && -d $lib_dir ? :
92 0 1 if ($opts->{'threads'})
97 0 1 if ($opts->{'devel'})
119 1 0 unless ($opts->{'skip-tests'})
155 0 2 if (not defined $src and -f '.perl-version')
164 0 2 unless (defined $src)
172 0 0 &App::MechaCPAN::Perl::localtime()->mon < 4 ? :
181 0 0 if (not defined $where and $major > 12)
192 1 1 if (-e $src)
200 0 1 if ($src =~ url_re())
206 1 0 if ($src =~ /$perl5_re/)
212 1 0 unless (defined $minor)
226 2 2 if (defined $where) { }