File Coverage

blib/lib/Mojolicious/resources/templates/mojo/command/resources/create.html.ep
Criterion Covered Total %
statement 12 12 100.0
branch n/a
condition n/a
subroutine 4 4 100.0
pod n/a
total 16 16 100.0


line stmt bran cond sub pod time code
1 2     2   2785 % my $a = shift;
  2     2   5  
  2     2   12  
  2     2   141  
  2         4  
  2         303  
  2         2178  
  2         5  
  2         18  
  2         149  
  2         4  
  2         317  
2             %% my $title = 'New record in table "<%= $a->{t} %>"';
3             %% layout 'blog', title => $title;
4            

<%%= $title %>

5             %%= include '<%= $a->{t} %>/_form', caption => 'Create', target => 'store_<%= $a->{t} %>'