Condition Coverage

blib/lib/DBIx/Class/Storage/DBI/SQLAnywhere.pm
Criterion Covered Total %
condition 0 9 0.0


and 3 conditions

line !l l&&!r l&&r condition
61 0 0 0 not exists $to_insert->{$pk_col} and $colinfo->{$pk_col}{'data_type'}
0 0 0 not exists $to_insert->{$pk_col} and $colinfo->{$pk_col}{'data_type'} and not $colinfo->{$pk_col}{'data_type'} =~ /^uniqueidentifier/i
74 0 0 0 $identity_col and not exists $to_insert->{$identity_col}