Branch Coverage

blib/lib/DBIx/Class/Storage/DBI/NoBindVars.pm
Criterion Covered Total %
branch 6 8 75.0


line true false branch
55 0 9 ref $_->[1] ? :
59 9 0 if $datatype
62 7 2 unless $datatype and $self->interpolate_unquoted($datatype, $data)
94 2 7 if defined $_[2] and $_[1] and not $_[2] =~ /[^0-9]/ and $_[1] =~ /int(?:eger)? | (?:tiny|small|medium|big)int/xi