Condition Coverage

blib/lib/DateTime/Format/Flexible/lang.pm
Criterion Covered Total %
condition 12 12 100.0


and 3 conditions

line !l l&&!r l&&r condition
14 6214 4 137 $self->{'lang'} and not ref $self->{'lang'} eq 'ARRAY'
219 24 9 15 $direction eq 'past' and $date_mon >= $mon
223 24 13 11 $direction eq 'future' and $date_mon <= $mon

or 3 conditions

line l !l&&r !l&&!r condition
303 14 2 80959 $date =~ /\A$day_name\z/mx or $date =~ /$day_name\sat/mx