Branch Coverage

blib/lib/DBIx/Class/Storage/DBI/Sybase/ASE/NoBindVars.pm
Criterion Covered Total %
branch 0 10 0.0


line true false branch
42 0 0 unless defined $value and defined $type
44 0 0 if (my($key) = grep({$type =~ /$_/i;} keys %noquote)) { }
0 0 elsif ($self->is_datatype_numeric($type) and &$number($value)) { }
45 0 0 if $noquote{$key}->($value)
57 0 0 if ($type =~ /money/i and defined $value)