blib/lib/Input/Validator/Constraint/Time.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 10 | 17 | 58.8 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
15 | 0 | 1 | 7 | defined $h and defined $m |
1 | 0 | 7 | defined $h and defined $m and defined $s | |
18 | 0 | 2 | 5 | $h >= 0 and $h <= 23 |
21 | 0 | 1 | 4 | $m >= 0 and $m <= 59 |
24 | 0 | 0 | 4 | $s >= 0 and $s <= 59 |
line | l | !l | condition |
---|---|---|---|
12 | 8 | 0 | $args{'split'} || ':' |