Condition Coverage

blib/lib/DateTime/Format/Pg.pm
Criterion Covered Total %
condition 21 38 55.2


and 3 conditions

line !l l&&!r l&&r condition
112 0 0 0 ref $self && $self->{'_server_tz'}
322 2 2 0 $args{'parsed'}{'year'} == 1901 and $args{'parsed'}{'month'} < 12 || $args{'parsed'}{'day'} < 14
1 2 0 $args{'parsed'}{'year'} == 2038 and $args{'parsed'}{'month'} > 1 || $args{'parsed'}{'day'} > 18

or 2 conditions

line l !l condition
276 7 30 delete $args{'parsed'}{'era'} || ''
345 6 4 $3 || '00'
2 8 $4 || '00'
360 0 0 $stz || 'floating'

or 3 conditions

line l !l&&r !l&&!r condition
118 0 2 0 ref $class || $class
322 0 1 1 $args{'parsed'}{'month'} < 12 || $args{'parsed'}{'day'} < 14
0 0 4 $args{'parsed'}{'year'} < 1901 or $args{'parsed'}{'year'} == 1901 and $args{'parsed'}{'month'} < 12 || $args{'parsed'}{'day'} < 14
1 0 3 $args{'parsed'}{'year'} < 1901 or $args{'parsed'}{'year'} == 1901 and $args{'parsed'}{'month'} < 12 || $args{'parsed'}{'day'} < 14 or $args{'parsed'}{'year'} > 2038
0 1 1 $args{'parsed'}{'month'} > 1 || $args{'parsed'}{'day'} > 18
1 0 3 $args{'parsed'}{'year'} < 1901 or $args{'parsed'}{'year'} == 1901 and $args{'parsed'}{'month'} < 12 || $args{'parsed'}{'day'} < 14 or $args{'parsed'}{'year'} > 2038 or $args{'parsed'}{'year'} == 2038 and $args{'parsed'}{'month'} > 1 || $args{'parsed'}{'day'} > 18
830 5 0 0 UNIVERSAL::isa($_[0], 'DateTime::Format::Pg') or $_[0] eq 'DateTime::Format::Pg'