Branch Coverage

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


line true false branch
43 0 0 unless defined $value and defined $type
45 0 0 if (my $key = &first(sub { $type =~ /$_/i; } , keys %noquote)) { }
0 0 elsif ($self->is_datatype_numeric($type) and &$number($value)) { }
46 0 0 if $noquote{$key}->($value)
58 0 0 if ($type =~ /money/i and defined $value)