Condition Coverage

blib/lib/DateTime/Format/GnuAt.pm
Criterion Covered Total %
condition 11 20 55.0


and 3 conditions

line !l l&&!r l&&r condition
85 3 3 9 /\G\s+/cg and $self->_parse_date
90 3 0 3 $base_hour == $$self{'hour'} and $base_min >= $$self{'min'}
191 6 0 0 $now_month == $$self{'month'} and $now_day > $$self{'day'}

or 2 conditions

line l !l condition
219 15 0 $3 // 0

or 3 conditions

line l !l&&r !l&&!r condition
90 0 0 6 $base_hour > $$self{'hour'} or $base_hour == $$self{'hour'} and $base_min >= $$self{'min'}
177 0 13 0 $$self{'month'} //= $month{lc substr($$self{'month_name'}, 0, 3)}
191 7 0 6 $now_month > $$self{'month'} or $now_month == $$self{'month'} and $now_day > $$self{'day'}