| blib/lib/DBIx/Class/InflateColumn/DateTime.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 6 | 20 | 30.0 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 174 | 4 | 0 | 0 | defined $info->{'time_zone'} and $info->{'time_zone'} ne $info->{'timezone'} |
| 260 | 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 |
|---|---|---|---|
| 137 | 3650 | 0 | $info->{'data_type'} || '' |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 135 | 518 | 3132 | 0 | $requested_type or $info->{'data_type'} |
| 141 | 2 | 0 | 3648 | $data_type eq 'timestamp with time zone' or $data_type eq 'timestamptz' |
| 216 | 0 | 0 | 0 | $parser->can($preferred_method) || sprintf($method_fmt, 'datetime') |