package Test::Nightly::Report::Template; use strict; our $VERSION = '0.03'; =head1 NAME Test::Nightly::Report::Template =head1 DESCRIPTION Default template for test reporting =cut use constant DEFAULT => '
| Test | Passed | Failed |
|---|---|---|
| [% module %] | ||
| [% test_group.test %] | [% IF test_group.status == \'passed\' %]Passed[% ELSE %] [% END %] | [% IF test_group.status == \'failed\' %]Failed[% ELSE %] [% END %] |