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 | 3983 | % my $a = shift; | |||
2 | 2 | 7 | |||||
2 | 2 | 14 | |||||
2 | 2 | 185 | |||||
2 | 5 | ||||||
2 | 411 | ||||||
2 | 2487 | ||||||
2 | 5 | ||||||
2 | 10 | ||||||
2 | 142 | ||||||
2 | 11 | ||||||
2 | 365 | ||||||
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}} |