& /tapper/message.mas &> % if ( $c->stash->{view_pager} ) {
| ID | Created At (GMT) | Suite | Machine | Success | Ratio | Grouped by | Owner |
|---|---|---|---|---|---|---|---|
|
% $d_grouping_date = $hr_report->{report_date};
% my $or_strp = DateTime::Format::Strptime->new(
% pattern => '%F',
% );
% my $or_dt_act = $or_strp->parse_datetime( $hr_report->{report_date} );
<% $or_dt_act->strftime('%a %b %d, %Y') %>
|
|||||||
| r<% $hr_report->{report_id} %> | <% $hr_report->{report_date} . ' ' . $hr_report->{report_time} %> | <% $hr_report->{suite_name} %> | % if ( $hr_report->{'r.machine_name'} || $hr_report->{machine_name} ) { <% $hr_report->{'r.machine_name'} || $hr_report->{machine_name} %> % } | <% $hr_report->{'r.successgrade'} || $hr_report->{successgrade} %> | % my $i_success_width = int($hr_report->{success_ratio} / 2); | % if ( $s_grouping_id ne $hr_report->{grouping_id} ) { % $s_grouping_id = $hr_report->{grouping_id};% if ( $s_grouping_id =~ /testrun (\d+)/ ) { % my $i_testrun_id = $1; <% $hr_report->{grouping_id} %> % } % else { <% $hr_report->{grouping_id} %> % } | % if ( $hr_report->{report_owner} ) { <% $hr_report->{report_owner} %> % } | % }