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   2337 % my $a = shift;
  2     2   4  
  2     2   11  
  2     2   143  
  2         3  
  2         192  
  2         1521  
  2         5  
  2         11  
  2         135  
  2         4  
  2         221  
2             %%= form_for $target => begin
3             %= $a->{fields}
4             %%= submit_button $caption
5             %% end