| blib/lib/DBIx/Class/Storage/DBI/Pg.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 1 | 19 | 5.2 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 94 | 0 | 0 | 0 | defined $seq_expr and $seq_expr =~ /^nextval\(+'([^']+)'::(?:text|regclass)\)/i |
| 96 | 0 | 0 | 0 | defined $schema and length $schema |
| 134 | 0 | 0 | 0 | defined $schema && length $schema |
| 235 | 0 | 0 | 0 | not exists $sqltargs->{'producer_args'}{'postgres_version'} and my $dver = $self->_server_info->{'normalized_dbms_version'} |
| line | l | !l | condition |
|---|---|---|---|
| 175 | 2 | 0 | $_[1] || '' |
| 233 | 0 | 0 | $sqltargs ||= {} |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 49 | 0 | 0 | 0 | $col_info->{$col}{'sequence'} ||= $self->dbh_do('_dbh_get_autoinc_seq', $source, $col) |