| blib/lib/Class/DBI/Relationship/HasVariant.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 0 | 20 | 0.0 |
| line | true | false | branch |
|---|---|---|---|
| 96 | 0 | 0 | if ref $class |
| 97 | 0 | 0 | unless my $column = $class->find_column(shift()) |
| 107 | 0 | 0 | if $self->foreign_class |
| 125 | 0 | 0 | unless defined(my $value = $self->_attrs($col)) |
| 131 | 0 | 0 | ref $inflator eq 'CODE' ? : |
| 139 | 0 | 0 | if (exists $meths{'inflate'}) { } |
| 156 | 0 | 0 | unless defined(my $value = $self->_attrs($col)) |
| 162 | 0 | 0 | ref $deflator eq 'CODE' ? : |
| 169 | 0 | 0 | if (exists $meths{'deflate'}) |
| 171 | 0 | 0 | if $always or $$self{'__Changed'}{$col} |