Branch Coverage

blib/lib/DBIx/Class/CDBICompat/AccessorMapping.pm
Criterion Covered Total %
branch 0 18 0.0


line true false branch
14 0 0 ref $col eq 'ARRAY' ? :
17 0 0 if (defined &blessed($col) and $col->isa('Class::DBI::Column')) { }
0 0 elsif (defined $accessor and $accessor ne $col) { }
30 0 0 if ($ro_meth eq $wo_meth or $wo_meth eq $col) { }
45 0 0 if ($class->can('accessor_name'))
54 0 0 if ($class->can('mutator_name'))
64 0 0 unless ref $attrs eq 'HASH'
67 0 0 if exists $attrs->{$acc}
70 0 0 if exists $attrs->{$mut}