File Coverage

blib/lib/Mojolicious/resources/templates/mojo/command/resources/_form.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   2796 % my $a = shift;
  2     2   5  
  2     2   13  
  2     2   167  
  2         6  
  2         236  
  2         1707  
  2         6  
  2         10  
  2         168  
  2         5  
  2         238  
2             %%= form_for $target => begin
3             %= $a->{fields}
4             %%= submit_button $caption
5             %% end