| 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)) { } |
|
77
|
0 |
0 |
if $impl eq "moar-blead" and $ver eq "main" |
|
79
|
0 |
0 |
if (version_exists($name) and is_registered_version($name)) |
|
85
|
0 |
0 |
unless (version_exists($name)) |
|
104
|
0 |
0 |
if (is_version_broken($name)) |
|
119
|
0 |
0 |
if $config =~ /::make=(.*)$/m |
|
121
|
0 |
0 |
unless ($make) |
|
143
|
0 |
0 |
unless (-d $name) |
|
155
|
0 |
0 |
unless (-d "nqp") |
|
163
|
0 |
0 |
unless (-d "MoarVM") |
|
180
|
0 |
0 |
if (-d "zef") |
|
199
|
0 |
0 |
if (-d $App::Rakubrew::Build::zef_dir) { } |
|
201
|
0 |
0 |
unless (_verify_git_branch_exists("main")) |
|
213
|
0 |
0 |
if ($zef_version and not $tags{$zef_version}) |
|
217
|
0 |
0 |
if ($zef_version) { } |
|
231
|
0 |
0 |
unless (-d $repo) |
|
245
|
0 |
0 |
if (not can_run($App::Rakubrew::Build::GIT)) |
|
252
|
0 |
0 |
if (not can_run($App::Rakubrew::Build::PERL5)) |