Condition Coverage

blib/lib/DateTime/Format/Flexible.pm
Criterion Covered Total %
condition 8 17 47.0


and 3 conditions

line !l l&&!r l&&r condition
639 2228 791 2612 length $date > 15 and $date =~ /\dT\d/ || $date =~ /\d\s\d/
831 0 0 0 $args{'parsed'}{'month'} eq 'DateTime::Format::Flexible'->base->month and $args{'parsed'}{'day'} < 'DateTime::Format::Flexible'->base->day

or 2 conditions

line l !l condition
560 0 0 $p->{'time_zone'} || 'none'

or 3 conditions

line l !l&&r !l&&!r condition
96 627 17214 0 $base_dt || 'DateTime'->now
639 9 2611 783 $date =~ /\dT\d/ || $date =~ /\d\s\d/
831 0 0 0 $args{'parsed'}{'month'} < 'DateTime::Format::Flexible'->base->month or $args{'parsed'}{'month'} eq 'DateTime::Format::Flexible'->base->month and $args{'parsed'}{'day'} < 'DateTime::Format::Flexible'->base->day