Condition Coverage

blib/lib/DateTime/Format/Pg.pm
Criterion Covered Total %
condition 25 38 65.7


and 3 conditions

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

or 2 conditions

line l !l condition
301 7 32 delete $args{'parsed'}{'era'} || ''
370 6 4 $3 || '00'
2 8 $4 || '00'
385 0 0 $stz || 'floating'

or 3 conditions

line l !l&&r !l&&!r condition
118 0 2 0 ref $class || $class
347 0 1 1 $args{'parsed'}{'month'} < 12 || $args{'parsed'}{'day'} < 14
0 1 5 $args{'parsed'}{'year'} < 1901 or $args{'parsed'}{'year'} == 1901 and $args{'parsed'}{'month'} < 12 || $args{'parsed'}{'day'} < 14
1 0 5 $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 1 4 $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
874 5 0 0 UNIVERSAL::isa($_[0], 'DateTime::Format::Pg') or $_[0] eq 'DateTime::Format::Pg'