Camelia, the Perl 6 bug

Emmentaler

Legend

+
-
?
Unknown

Modules (on Rakudo)

% my ($results, $list) = @_; % my ($ok, $fail, $total); % my $stats = delete $results->{_statistics}; % for my $module (@$list) { % my %res = %{$results->{$module}}; % for my $stage (qw(prereq build test)) { % if (defined $res{$stage}) { % if ($res{$stage} == 1) { % } else { % } % } else { % } % } % (exists $res{'test'} and $res{'test'} == 1) ? ($ok++) : ($fail++); % $total++; % }
Module Prereqs ok Builds Tests Additional information
<%= $module %>
+
-
?
<%= $res{description} // '' %>
% my $minutes = int($stats->{runtime} / 60); % my $seconds = $stats->{runtime} % 60;

Results from <%= $stats->{datetime} %> on <%= $stats->{compiler} %> <%= $stats->{version} %>

Testing took <%= $minutes %> minutes and <%= $seconds %> seconds

<%= $ok %> modules ok, <%= $fail %> not ok (<%= $total %> total)

Generated using emmentaler