File Coverage

blib/lib/Mojolicious/resources/templates/mojo/command/resources/edit.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   3087 % my $a = shift;
  2     2   4  
  2     2   12  
  2     2   142  
  2         4  
  2         354  
  2         2450  
  2         4  
  2         13  
  2         158  
  2         5  
  2         355  
2             %% layout 'blog', title => 'Edit <%= $a->{t} %>';
3            

Edit <%= $a->{t} %>

4             %%= include '<%= $a->{t} %>/_form', caption => 'Update', target => 'update_<%= $a->{t} %>'
5             %%= button_to Remove => remove_<%= $a->{t} %> => {id => $<%= $a->{t} %>->{id}}