| 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 | 3580 | % my $a = shift; | |||
| 2 | 2 | 5 | |||||
| 2 | 2 | 14 | |||||
| 2 | 2 | 168 | |||||
| 2 | 5 | ||||||
| 2 | 347 | ||||||
| 2 | 2277 | ||||||
| 2 | 5 | ||||||
| 2 | 19 | ||||||
| 2 | 152 | ||||||
| 2 | 3 | ||||||
| 2 | 348 | ||||||
| 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} %>' |