blib/lib/DBIx/DBSchema/Table.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 0 | 17 | 0.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
472 | 0 | 0 | 0 | $self->primary_key and not grep(/PRIMARY KEY/i, @columns) |
595 | 0 | 0 | 0 | exists $new_indices{$old} and $old_indices{$old}->cmp($new_indices{$old}) |
0 | 0 | 0 | $driver eq "Pg" and $dbh->{'pg_server_version'} >= 80000 | |
663 | 0 | 0 | 0 | $DEBUG and @r |
line | l | !l | condition |
---|---|---|---|
128 | 0 | 0 | $self->{'foreign_keys'} ||= [] |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
116 | 0 | 0 | 0 | ref $proto || $proto |