| blib/lib/Alzabo/Create/Table.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 0 | 15 | 0.0 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 92 | 0 | 0 | 0 | $old_name and eval { do { $self->schema->table($old_name) } } |
| 198 | 0 | 0 | 0 | exists $p{'before'} and exists $p{'after'} |
| 296 | 0 | 0 | 0 | $fk->is_one_to_one || $fk->is_one_to_many and not $self->primary_key_size == grep({$_->is_primary_key;} $fk->columns_from) |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 24 | 0 | 0 | 0 | ref $proto || $proto |
| 296 | 0 | 0 | 0 | $fk->is_one_to_one || $fk->is_one_to_many |