line |
true |
false |
branch |
22
|
0 |
0 |
if ($ver =~ /(\d\d\d\d)\.(\d\d)(?:\.(\d+))?/) |
27
|
0 |
0 |
if ($min_ver =~ /(\d\d\d\d)\.(\d\d)(?:\.(\d+))?/) |
34
|
0 |
0 |
if not $min_year and $year |
35
|
0 |
0 |
if $min_year and not $year |
39
|
0 |
0 |
unless $min_year or $year |
41
|
0 |
0 |
if $min_year < $year |
42
|
0 |
0 |
if $min_year > $year |
43
|
0 |
0 |
if $min_month < $month |
44
|
0 |
0 |
if $min_month > $month |
45
|
0 |
0 |
if $min_sub < $sub |
46
|
0 |
0 |
if $min_sub > $sub |
53
|
0 |
0 |
if (_version_is_at_least('2020.02', $rakudo_dir)) { } |
63
|
0 |
0 |
if (_version_is_at_least("2019.07", $rakudo_dir)) |
88
|
0 |
0 |
if $impl eq "moar-blead" and $ver eq "main" |
90
|
0 |
0 |
if (version_exists($name) and is_registered_version($name)) |
96
|
0 |
0 |
unless (version_exists($name)) |
123
|
0 |
0 |
if $config =~ /::make=(.*)$/m |
125
|
0 |
0 |
unless ($make) |
147
|
0 |
0 |
unless (-d $name) |
159
|
0 |
0 |
unless (-d "nqp") |
167
|
0 |
0 |
unless (-d "MoarVM") |
184
|
0 |
0 |
if (-d "zef") |
203
|
0 |
0 |
if (-d $App::Rakubrew::Build::zef_dir) { } |
205
|
0 |
0 |
unless (_verify_git_branch_exists("main")) |
215
|
0 |
0 |
if ($zef_version and not $tags{$zef_version}) |
219
|
0 |
0 |
if ($zef_version) { } |
233
|
0 |
0 |
unless (-d $repo) |
247
|
0 |
0 |
if (not can_run($App::Rakubrew::Build::GIT)) |
254
|
0 |
0 |
if (not can_run($App::Rakubrew::Build::PERL5)) |