line |
true |
false |
branch |
76
|
0 |
0 |
if (defined $$options{'columns'} and ref $$options{'columns'} eq 'ARRAY') { }
|
85
|
0 |
0 |
unless ($$options{'with_all_fields'})
|
87
|
0 |
0 |
if $class->column_info($key)->{'hide_field'}
|
89
|
0 |
0 |
if (ref $obj->get_column($key) eq 'DateTime') { }
|
98
|
0 |
0 |
if ($obj->isa('DBIx::Class::VirtualColumns'))
|
103
|
0 |
0 |
if (ref $$virtual_column_info{'set_virtual_column'} eq 'CODE')
|
111
|
0 |
0 |
if ($obj->isa('DBIx::Class::Result::Validation') and defined $obj->result_errors)
|
135
|
0 |
0 |
if $class->column_info($key)->{'data_type'} eq 'date'
|
136
|
0 |
0 |
if $class->column_info($key)->{'data_type'} eq 'datetime'
|
184
|
7 |
9 |
if ($relation_type eq 'single')
|
191
|
0 |
0 |
if defined $relobject
|
210
|
9 |
7 |
if ($relation_type eq 'multi')
|
242
|
3 |
9 |
if ($class->isa('DBIx::Class::IntrospectableM2M'))
|