blib/lib/Dancer2/Plugin/FormValidator/Role/HasMessages.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
statement | 9 | 9 | 100.0 |
branch | n/a | ||
condition | n/a | ||
subroutine | 3 | 3 | 100.0 |
pod | n/a | ||
total | 12 | 12 | 100.0 |
line | stmt | bran | cond | sub | pod | time | code |
---|---|---|---|---|---|---|---|
1 | |||||||
2 | use strict; | ||||||
3 | 2 | 2 | 982 | use warnings; | |||
2 | 4 | ||||||
2 | 43 | ||||||
4 | 2 | 2 | 9 | ||||
2 | 3 | ||||||
2 | 35 | ||||||
5 | use Moo::Role; | ||||||
6 | 2 | 2 | 7 | ||||
2 | 4 | ||||||
2 | 9 | ||||||
7 | requires 'messages'; | ||||||
8 | |||||||
9 | 1; |