| line |
l |
!l&&r |
!l&&!r |
condition |
|
30
|
27 |
12 |
0 |
$self->{'check'} //= 'Geoffrey::Action::Constraint::Check'->new('converter', $self->converter, 'dbh', $self->dbh) |
|
40
|
27 |
12 |
0 |
$self->{'index'} //= 'Geoffrey::Action::Constraint::Index'->new('converter', $self->converter, 'dbh', $self->dbh) |
|
50
|
28 |
12 |
0 |
$self->{'unique'} //= 'Geoffrey::Action::Constraint::Unique'->new('converter', $self->converter, 'dbh', $self->dbh) |
|
60
|
28 |
12 |
0 |
$self->{'primarykey'} //= 'Geoffrey::Action::Constraint::PrimaryKey'->new('converter', $self->converter, 'dbh', $self->dbh) |
|
70
|
107 |
14 |
0 |
$self->{'foreignkey'} //= 'Geoffrey::Action::Constraint::ForeignKey'->new('converter', $self->converter, 'dbh', $self->dbh) |