blib/lib/DateTimeX/Lite/Util.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 26 | 37 | 70.2 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
115 | 100 | 62 | 2081 | $$dt{'utc_rd_secs'} >= 0 and $$dt{'utc_rd_secs'} <= 86399 |
246 | 0 | 0 | 0 | $utc_secs and $utc_secs >= 86400 |
320 | 30289 | 3977 | 50 | $utc_secs and $utc_secs >= 86400 |
359 | 0 | 0 | 88 | $hours >= 0 and $hours <= 99 |
360 | 0 | 18 | 70 | $minutes >= 0 and $minutes <= 59 |
361 | 0 | 6 | 23 | $seconds >= 0 and $seconds <= 59 |
374 | 1 | 1 | 72 | $offset >= -359999 and $offset <= 359999 |
line | l | !l | condition |
---|---|---|---|
85 | 3737 | 23998 | $hour ||= 0 |
86 | 1438 | 26297 | $min ||= 0 |
87 | 258 | 27477 | $sec ||= 0 |
233 | 0 | 0 | shift() || 0 |
307 | 16 | 34300 | shift() || 0 |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
42 | 1 | 0 | 98465 | $year == 9**9**9 or $year == -9**9**9 |
361 | 41 | 0 | 29 | not defined $seconds or $seconds >= 0 and $seconds <= 59 |