| blib/lib/Alzabo/Runtime/ForeignKey.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % | 
| condition | 0 | 24 | 0.0 | 
| line | !l | l&&!r | l&&r | condition | 
|---|---|---|---|---|
| 69 | 0 | 0 | 0 | $type eq 'insert' and $$pair[0]->is_primary_key | 
| 73 | 0 | 0 | 0 | $type eq 'update' || $$pair[1]->is_primary_key and not $$pair[0]->is_primary_key | 
| 83 | 0 | 0 | 0 | $self->is_one_to_one and not $has_nulls | 
| 90 | 0 | 0 | 0 | $self->is_one_to_one and not $has_nulls | 
| 92 | 0 | 0 | 0 | @one_to_one_where and $self->table_from->row_count('where', \@one_to_one_where) | 
| line | l | !l&&r | !l&&!r | condition | 
|---|---|---|---|---|
| 23 | 0 | 0 | 0 | ref $proto || $proto | 
| 73 | 0 | 0 | 0 | $type eq 'update' || $$pair[1]->is_primary_key | 
| 119 | 0 | 0 | 0 | $self->to_is_dependent or @update |