Condition Coverage

blib/lib/DateTime/Format/Flexible.pm
Criterion Covered Total %
condition 11 20 55.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 __PACKAGE__->base->month and $args{'parsed'}{'day'} < __PACKAGE__->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 17867 0 $base_dt || 'DateTime'->now
524 3765 279 2268 $stripped =~ /(\D)/ or exists $p->{'time_zone'}
639 9 2611 783 $date =~ /\dT\d/ || $date =~ /\d\s\d/
831 0 0 0 $args{'parsed'}{'month'} < __PACKAGE__->base->month or $args{'parsed'}{'month'} eq __PACKAGE__->base->month and $args{'parsed'}{'day'} < __PACKAGE__->base->day