blib/lib/Data/MuForm/Field/Time.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 6 | 12 | 50.0 |
line | true | false | branch |
---|---|---|---|
29 | 2 | 0 | if ($value =~ /:/) { } |
38 | 0 | 2 | $self->twelve_hour_clock ? : |
39 | 0 | 2 | unless (defined $hour and $hour >= 0 and $hour <= $max_hours) |
42 | 0 | 2 | unless (defined $minutes and $minutes >= 0 and $minutes < 60) |
45 | 0 | 2 | unless ($seconds >= 0 and $seconds < 60) |
49 | 0 | 2 | if ($self->use_seconds) { } |