line |
true |
false |
branch |
59
|
0 |
0 |
unless ($identity_col)
|
61
|
0 |
0 |
if (not exists $to_insert->{$pk_col} and $colinfo->{$pk_col}{'data_type'} and not $colinfo->{$pk_col}{'data_type'} =~ /^uniqueidentifier/i)
|
74
|
0 |
0 |
if ($identity_col and not exists $to_insert->{$identity_col})
|
77
|
0 |
0 |
if ref $table_name
|
83
|
0 |
0 |
if (defined $identity)
|
112
|
0 |
0 |
unless $self->cursor_class->isa('DBIx::Class::Storage::DBI::SQLAnywhere::Cursor')
|
121
|
0 |
0 |
if ref $selected
|
124
|
0 |
0 |
unless my $data_type = $col_info->{$selected}{'data_type'}
|
126
|
0 |
0 |
if ($self->_is_guid_type($data_type))
|
129
|
0 |
0 |
if (length $returned == 16)
|