Condition Coverage

blib/lib/Time/Moment/Epoch.pm
Criterion Covered Total %
condition 18 33 54.5


or 2 conditions

line l !l condition
144 6 0 shift() // (return)
195 2 0 shift() // (return)
204 1 0 shift() // (return)
277 18 0 shift() // (return)
278 16 2 shift() // 1
279 12 6 shift() // 0
289 12 0 shift() // (return)
290 10 2 shift() // 1
291 7 5 shift() // 0

or 3 conditions

line l !l&&r !l&&!r condition
66 0 0 1 $month < 1 or $month > 12
69 0 0 1 $day < 1 or $day > 31
72 0 0 1 $hour < 0 or $hour > 23
75 0 0 1 $minute < 0 or $minute > 60
78 0 0 1 $second < 0 or $second > 60