blib/lib/URI/_duri_tdb.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 6 | 27 | 22.2 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
92 | 96 | 4 | 100 | defined $parts{'time_zone'} and lc $parts{'time_zone'} eq 'z' |
104 | 84 | 52 | 64 | defined $parts{'second'} and $parts{'second'} > floor($parts{'second'}) |
130 | 0 | 0 | 0 | $dt->has_time_zone and $dt->time_zone->is_utc |
0 | 0 | 0 | $dt->has_time_zone and $dt->time_zone->is_floating | |
146 | 0 | 0 | 0 | $dt->has_hour && $dt->has_minute |
154 | 0 | 0 | 0 | $dt->has_nanosecond && $dt->nanosecond > 0 |
188 | 0 | 0 | 0 | blessed $dt and $dt->isa('DateTime') || $dt->isa('DateTime::Incomplete') |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
161 | 0 | 0 | 0 | $dt->time_zone->is_floating or $dt->time_zone->is_utc |
188 | 0 | 0 | 0 | $dt->isa('DateTime') || $dt->isa('DateTime::Incomplete') |