| blib/lib/DBIx/QuickORM/Schema/Table/Column.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 10 | 20 | 50.0 |
| line | true | false | branch |
|---|---|---|---|
| 34 | 62 | 171 | $self->{'created'} ? : |
| 36 | 0 | 233 | unless $self->{'name'} |
| 37 | 0 | 233 | unless $self->{'order'} |
| 44 | 237 | 2 | if $self->{'affinity'} |
| 46 | 2 | 0 | $self->{'created'} ? : |
| 47 | 0 | 2 | unless my $type = $self->{'type'} |
| 49 | 0 | 2 | if (ref $type eq "SCALAR") |
| 53 | 0 | 0 | unless $self->{'affinity'} |
| 56 | 0 | 0 | unless validate_affinity($self->{'affinity'}) |
| 59 | 0 | 2 | unless $type->DOES("DBIx::QuickORM::Role::Type") |