Condition Coverage

blib/lib/Date/Parse/Lite.pm
Criterion Covered Total %
condition 24 34 70.5


and 3 conditions

line !l l&&!r l&&r condition
251 0 0 7 $month_number >= 1 and $month_number <= 12
270 3232 336 3590 $self->day and $self->month
3568 1217 2373 $self->day and $self->month and defined $self->year
293 4713 6 13 $self->month and $self->day
307 2357 12 13 $year < 100 and not $self->literal_years_below_100

or 2 conditions

line l !l condition
248 7 0 $month_name ||= ''
250 7 0 $month_number ||= 0

or 3 conditions

line l !l&&r !l&&!r condition
106 0 2 0 ref $invocant || $invocant
293 2371 0 4732 $token > 31 or $token == 0
2371 0 4732 $token > 31 or $token == 0 or length $token > 2
0 0 4732 $token > 31 or $token == 0 or length $token > 2 or $self->month and $self->day
352 580 289 291 defined $self->year or $self->prefer_month_first_order