line |
true |
false |
branch |
137
|
0 |
2 |
unless my $sth = $self->source->prepare($sql) |
152
|
0 |
12 |
unless (defined $value) |
157
|
6 |
6 |
unless &Params::Util::_POSINT($value) |
159
|
0 |
6 |
unless &Params::Util::_NONNEGINT($value) |
161
|
0 |
6 |
unless &Params::Util::_NUMBER($value) |
168
|
0 |
4 |
$$hash{'NULL'} ? : |
169
|
2 |
2 |
if ($$hash{'NULL'} == $rows or $$hash{'NONNEGINT'} == $rows) |
173
|
0 |
2 |
if ($$hash{'NUMBER'} == $rows) |
181
|
1 |
1 |
if (scalar @lengths == 1) |
186
|
1 |
0 |
if ($lengths[-1] <= 10) |
191
|
0 |
0 |
if ($lengths[-1] <= 32) |
196
|
0 |
0 |
if ($lengths[-1] <= 255) |
217
|
0 |
2 |
unless my $sth = $self->source->prepare($sql) |