Condition Coverage

blib/lib/Class/DBI/Sybase.pm
Criterion Covered Total %
condition 0 18 0.0


and 3 conditions

line !l l&&!r l&&r condition
144 0 0 0 $data and grep {$_ eq $column;} @text_columns
169 0 0 0 defined $identity_columns[0] and $column eq $identity_columns[0]
186 0 0 0 @identity_columns == 1 and not defined $$data{$identity_columns[0]}
252 0 0 0 $name eq 'id' && join(' ', $class->primary_columns) eq 'id'
0 0 0 'Class::DBI'->can($name) and not $name eq 'id' && join(' ', $class->primary_columns) eq 'id'

or 3 conditions

line l !l&&r !l&&!r condition
303 0 0 0 $$self{'_allcol'}{$col->name} ||= $col