blib/lib/DBIx/Class/InflateColumn/DateTime.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 5 | 17 | 29.4 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
241 | 0 | 0 | 0 | ref $dt->time_zone eq 'DateTime::TimeZone::Floating' and not $info->{'floating_tz_ok'} |
0 | 0 | 0 | ref $dt->time_zone eq 'DateTime::TimeZone::Floating' and not $info->{'floating_tz_ok'} and not $ENV{'DBIC_FLOATING_TZ_OK'} |
line | l | !l | condition |
---|---|---|---|
130 | 5557 | 0 | $info->{'data_type'} || '' |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
128 | 652 | 4905 | 0 | $requested_type or $info->{'data_type'} |
134 | 2 | 0 | 5555 | $data_type eq 'timestamp with time zone' or $data_type eq 'timestamptz' |
198 | 0 | 0 | 0 | $parser->can($preferred_method) || sprintf($method_fmt, 'datetime') |