Condition Coverage

blib/lib/Time/Moment/Epoch.pm
Criterion Covered Total %
condition 51 132 38.6


and 3 conditions

line !l l&&!r l&&r condition
350 0 0 1 $wst{'year'} >= 1601 and $wst{'year'} <= 30827
0 0 1 $wst{'year'} >= 1601 and $wst{'year'} <= 30827 and $wst{'month'} >= 1
0 0 1 $wst{'year'} >= 1601 and $wst{'year'} <= 30827 and $wst{'month'} >= 1 and $wst{'month'} <= 12
0 0 1 $wst{'year'} >= 1601 and $wst{'year'} <= 30827 and $wst{'month'} >= 1 and $wst{'month'} <= 12 and $wst{'day_of_week'} >= 0
0 0 1 $wst{'year'} >= 1601 and $wst{'year'} <= 30827 and $wst{'month'} >= 1 and $wst{'month'} <= 12 and $wst{'day_of_week'} >= 0 and $wst{'day_of_week'} <= 6
0 0 1 $wst{'year'} >= 1601 and $wst{'year'} <= 30827 and $wst{'month'} >= 1 and $wst{'month'} <= 12 and $wst{'day_of_week'} >= 0 and $wst{'day_of_week'} <= 6 and $wst{'day'} >= 1
0 0 1 $wst{'year'} >= 1601 and $wst{'year'} <= 30827 and $wst{'month'} >= 1 and $wst{'month'} <= 12 and $wst{'day_of_week'} >= 0 and $wst{'day_of_week'} <= 6 and $wst{'day'} >= 1 and $wst{'day'} <= 31
0 0 1 $wst{'year'} >= 1601 and $wst{'year'} <= 30827 and $wst{'month'} >= 1 and $wst{'month'} <= 12 and $wst{'day_of_week'} >= 0 and $wst{'day_of_week'} <= 6 and $wst{'day'} >= 1 and $wst{'day'} <= 31 and $wst{'hour'} >= 0
0 0 1 $wst{'year'} >= 1601 and $wst{'year'} <= 30827 and $wst{'month'} >= 1 and $wst{'month'} <= 12 and $wst{'day_of_week'} >= 0 and $wst{'day_of_week'} <= 6 and $wst{'day'} >= 1 and $wst{'day'} <= 31 and $wst{'hour'} >= 0 and $wst{'hour'} <= 23
0 0 1 $wst{'year'} >= 1601 and $wst{'year'} <= 30827 and $wst{'month'} >= 1 and $wst{'month'} <= 12 and $wst{'day_of_week'} >= 0 and $wst{'day_of_week'} <= 6 and $wst{'day'} >= 1 and $wst{'day'} <= 31 and $wst{'hour'} >= 0 and $wst{'hour'} <= 23 and $wst{'minute'} >= 0
0 0 1 $wst{'year'} >= 1601 and $wst{'year'} <= 30827 and $wst{'month'} >= 1 and $wst{'month'} <= 12 and $wst{'day_of_week'} >= 0 and $wst{'day_of_week'} <= 6 and $wst{'day'} >= 1 and $wst{'day'} <= 31 and $wst{'hour'} >= 0 and $wst{'hour'} <= 23 and $wst{'minute'} >= 0 and $wst{'minute'} <= 59
0 0 1 $wst{'year'} >= 1601 and $wst{'year'} <= 30827 and $wst{'month'} >= 1 and $wst{'month'} <= 12 and $wst{'day_of_week'} >= 0 and $wst{'day_of_week'} <= 6 and $wst{'day'} >= 1 and $wst{'day'} <= 31 and $wst{'hour'} >= 0 and $wst{'hour'} <= 23 and $wst{'minute'} >= 0 and $wst{'minute'} <= 59 and $wst{'second'} >= 0
0 0 1 $wst{'year'} >= 1601 and $wst{'year'} <= 30827 and $wst{'month'} >= 1 and $wst{'month'} <= 12 and $wst{'day_of_week'} >= 0 and $wst{'day_of_week'} <= 6 and $wst{'day'} >= 1 and $wst{'day'} <= 31 and $wst{'hour'} >= 0 and $wst{'hour'} <= 23 and $wst{'minute'} >= 0 and $wst{'minute'} <= 59 and $wst{'second'} >= 0 and $wst{'second'} <= 59
0 0 1 $wst{'year'} >= 1601 and $wst{'year'} <= 30827 and $wst{'month'} >= 1 and $wst{'month'} <= 12 and $wst{'day_of_week'} >= 0 and $wst{'day_of_week'} <= 6 and $wst{'day'} >= 1 and $wst{'day'} <= 31 and $wst{'hour'} >= 0 and $wst{'hour'} <= 23 and $wst{'minute'} >= 0 and $wst{'minute'} <= 59 and $wst{'second'} >= 0 and $wst{'second'} <= 59 and $wst{'milliseconds'} >= 0
0 0 1 $wst{'year'} >= 1601 and $wst{'year'} <= 30827 and $wst{'month'} >= 1 and $wst{'month'} <= 12 and $wst{'day_of_week'} >= 0 and $wst{'day_of_week'} <= 6 and $wst{'day'} >= 1 and $wst{'day'} <= 31 and $wst{'hour'} >= 0 and $wst{'hour'} <= 23 and $wst{'minute'} >= 0 and $wst{'minute'} <= 59 and $wst{'second'} >= 0 and $wst{'second'} <= 59 and $wst{'milliseconds'} >= 0 and $wst{'milliseconds'} <= 999
367 0 0 1 $tm->year >= 1601 and $tm->year <= 30827
0 0 1 $tm->year >= 1601 and $tm->year <= 30827 and $tm->month >= 1
0 0 1 $tm->year >= 1601 and $tm->year <= 30827 and $tm->month >= 1 and $tm->month <= 12
0 0 1 $tm->year >= 1601 and $tm->year <= 30827 and $tm->month >= 1 and $tm->month <= 12 and $tm->day_of_week >= 1
0 0 1 $tm->year >= 1601 and $tm->year <= 30827 and $tm->month >= 1 and $tm->month <= 12 and $tm->day_of_week >= 1 and $tm->day_of_week <= 7
0 0 1 $tm->year >= 1601 and $tm->year <= 30827 and $tm->month >= 1 and $tm->month <= 12 and $tm->day_of_week >= 1 and $tm->day_of_week <= 7 and $tm->day_of_month >= 1
0 0 1 $tm->year >= 1601 and $tm->year <= 30827 and $tm->month >= 1 and $tm->month <= 12 and $tm->day_of_week >= 1 and $tm->day_of_week <= 7 and $tm->day_of_month >= 1 and $tm->day_of_month <= 31
0 0 1 $tm->year >= 1601 and $tm->year <= 30827 and $tm->month >= 1 and $tm->month <= 12 and $tm->day_of_week >= 1 and $tm->day_of_week <= 7 and $tm->day_of_month >= 1 and $tm->day_of_month <= 31 and $tm->hour >= 0
0 0 1 $tm->year >= 1601 and $tm->year <= 30827 and $tm->month >= 1 and $tm->month <= 12 and $tm->day_of_week >= 1 and $tm->day_of_week <= 7 and $tm->day_of_month >= 1 and $tm->day_of_month <= 31 and $tm->hour >= 0 and $tm->hour <= 23
0 0 1 $tm->year >= 1601 and $tm->year <= 30827 and $tm->month >= 1 and $tm->month <= 12 and $tm->day_of_week >= 1 and $tm->day_of_week <= 7 and $tm->day_of_month >= 1 and $tm->day_of_month <= 31 and $tm->hour >= 0 and $tm->hour <= 23 and $tm->minute >= 0
0 0 1 $tm->year >= 1601 and $tm->year <= 30827 and $tm->month >= 1 and $tm->month <= 12 and $tm->day_of_week >= 1 and $tm->day_of_week <= 7 and $tm->day_of_month >= 1 and $tm->day_of_month <= 31 and $tm->hour >= 0 and $tm->hour <= 23 and $tm->minute >= 0 and $tm->minute <= 59
0 0 1 $tm->year >= 1601 and $tm->year <= 30827 and $tm->month >= 1 and $tm->month <= 12 and $tm->day_of_week >= 1 and $tm->day_of_week <= 7 and $tm->day_of_month >= 1 and $tm->day_of_month <= 31 and $tm->hour >= 0 and $tm->hour <= 23 and $tm->minute >= 0 and $tm->minute <= 59 and $tm->second >= 0
0 0 1 $tm->year >= 1601 and $tm->year <= 30827 and $tm->month >= 1 and $tm->month <= 12 and $tm->day_of_week >= 1 and $tm->day_of_week <= 7 and $tm->day_of_month >= 1 and $tm->day_of_month <= 31 and $tm->hour >= 0 and $tm->hour <= 23 and $tm->minute >= 0 and $tm->minute <= 59 and $tm->second >= 0 and $tm->second <= 59
0 0 1 $tm->year >= 1601 and $tm->year <= 30827 and $tm->month >= 1 and $tm->month <= 12 and $tm->day_of_week >= 1 and $tm->day_of_week <= 7 and $tm->day_of_month >= 1 and $tm->day_of_month <= 31 and $tm->hour >= 0 and $tm->hour <= 23 and $tm->minute >= 0 and $tm->minute <= 59 and $tm->second >= 0 and $tm->second <= 59 and $tm->millisecond >= 0
0 0 1 $tm->year >= 1601 and $tm->year <= 30827 and $tm->month >= 1 and $tm->month <= 12 and $tm->day_of_week >= 1 and $tm->day_of_week <= 7 and $tm->day_of_month >= 1 and $tm->day_of_month <= 31 and $tm->hour >= 0 and $tm->hour <= 23 and $tm->minute >= 0 and $tm->minute <= 59 and $tm->second >= 0 and $tm->second <= 59 and $tm->millisecond >= 0 and $tm->millisecond <= 999

or 2 conditions

line l !l condition
184 4 0 shift() // (return)
238 2 0 shift() // (return)
247 1 0 shift() // (return)
391 18 0 shift() // (return)
392 16 2 shift() // 1
393 12 6 shift() // 0
408 12 0 shift() // (return)
409 10 2 shift() // 1
410 7 5 shift() // 0

or 3 conditions

line l !l&&r !l&&!r condition
103 0 0 1 $month < 1 or $month > 12
106 0 0 1 $day < 1 or $day > 31
109 0 0 1 $hour < 0 or $hour > 23
112 0 0 1 $minute < 0 or $minute > 60
115 0 0 1 $second < 0 or $second > 60
155 0 0 1 $months < $MIN_UNIT_MONTHS or $months > $MAX_UNIT_MONTHS
192 0 0 4 $intdays < $MIN_UNIT_DAYS or $intdays > $MAX_UNIT_DAYS
400 0 0 17 $seconds < $MIN_SECONDS or $seconds > $MAX_SECONDS