Condition Coverage

blib/lib/Geoffrey/Action/Constraint.pm
Criterion Covered Total %
condition 13 18 72.2


and 3 conditions

line !l l&&!r l&&r condition
149 69 10 1 $hr_column_params->{'primarykey'} and $hr_column_params->{'primarykey'} != 1

or 3 conditions

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)