| blib/lib/HTML/FormFu/Element/DateTime.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 12 | 24 | 50.0 |
| line | true | false | branch |
|---|---|---|---|
| 61 | 16 | 0 | ref $hour->{'prefix'} ? : |
| 63 | 0 | 16 | if (exists $hour->{'prefix_loc'}) |
| 67 | 0 | 0 | ref $hour->{'prefix_loc'} ? : |
| 83 | 14 | 2 | defined $hour->{'default'} ? : |
| 101 | 16 | 0 | ref $minute->{'prefix'} ? : |
| 103 | 0 | 16 | if (exists $minute->{'prefix_loc'}) |
| 107 | 0 | 0 | ref $minute->{'prefix_loc'} ? : |
| 125 | 14 | 2 | defined $minute->{'default'} ? : |
| 143 | 3 | 0 | ref $second->{'prefix'} ? : |
| 145 | 0 | 3 | if (exists $second->{'prefix_loc'}) |
| 149 | 0 | 0 | ref $second->{'prefix_loc'} ? : |
| 167 | 2 | 1 | defined $second->{'default'} ? : |