Branch Coverage

blib/lib/Aniki/Schema/Relationships.pm
Criterion Covered Total %
branch 7 10 70.0


line true false branch
30 0 121 if exists $self->rule->{$name}
37 0 7 if $constraint->type ne 'FOREIGN KEY'
39 4 3 if ($constraint->table->name eq $self->table->name) { }
3 0 elsif ($constraint->reference_table eq $self->table->name) { }
72 4 333 unless exists $self->rule->{$name}