blib/lib/DBIx/Class/CDBICompat/AccessorMapping.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 0 | 18 | 0.0 |
line | true | false | branch |
---|---|---|---|
16 | 0 | 0 | ref $col eq 'ARRAY' ? : |
19 | 0 | 0 | if (defined &blessed($col) and $col->isa('Class::DBI::Column')) { } |
0 | 0 | elsif (defined $accessor and $accessor ne $col) { } | |
32 | 0 | 0 | if ($ro_meth eq $wo_meth or $wo_meth eq $col) { } |
47 | 0 | 0 | if ($class->can('accessor_name')) |
56 | 0 | 0 | if ($class->can('mutator_name')) |
66 | 0 | 0 | unless ref $attrs eq 'HASH' |
69 | 0 | 0 | if exists $attrs->{$acc} |
72 | 0 | 0 | if exists $attrs->{$mut} |