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
638 2228 791 2608 length $date > 15 and $date =~ /\dT\d/ || $date =~ /\d\s\d/
830 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
559 0 0 $p->{'time_zone'} || 'none'

or 3 conditions

line l !l&&r !l&&!r condition
96 627 17198 0 $base_dt || 'DateTime'->now
638 9 2607 783 $date =~ /\dT\d/ || $date =~ /\d\s\d/
830 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