line |
!l |
l&&!r |
l&&r |
condition |
160
|
15 |
0 |
14 |
scalar @_ == 3 and $_[0] =~ /^[a-z_]+$/ |
|
15 |
0 |
14 |
scalar @_ == 3 and $_[0] =~ /^[a-z_]+$/ and $_[1] =~ /^\d+$/ |
167
|
14 |
0 |
0 |
$matchingsql and $matchingsql ne '' |
201
|
1 |
0 |
5 |
scalar @_ == 3 and $_[0] =~ /^\d+$/ |
|
1 |
0 |
5 |
scalar @_ == 3 and $_[0] =~ /^\d+$/ and $_[1] =~ /^\d+$/ |
270
|
5 |
52 |
1 |
ref $sql and ref $sql ne 'Regexp' |
|
86 |
58 |
0 |
$sql and (ref $sql and ref $sql ne 'Regexp') |
389
|
66 |
0 |
0 |
$obj->{'PrintError'} and $obj->{'errstr'} |
428
|
68 |
17 |
0 |
exists $self->{'methods'}{$method}{'default'}{'err'} and exists $self->{'methods'}{$method}{'default'}{'errstr'} |
506
|
24 |
49 |
0 |
$sql =~ /$self->{'_regexes'}{$key}/ and exists $self->{'methods'}{$method}{'sqls'}{$key}{'retval'} |
549
|
0 |
0 |
4 |
$self->{'methods'}{$method}{'sqls'}{$key}{'bad_params'} and ref $self->{'methods'}{$method}{'sqls'}{$key}{'bad_params'} eq 'ARRAY' |
553
|
0 |
0 |
4 |
&Scalar::Util::looks_like_number($param) and &Scalar::Util::looks_like_number($bad_param) |
562
|
20 |
0 |
10 |
exists $self->{'methods'}{$method}{'global_bad_params'} and ref $self->{'methods'}{$method}{'global_bad_params'} eq 'ARRAY' |
564
|
6 |
3 |
1 |
&Scalar::Util::looks_like_number($param) and &Scalar::Util::looks_like_number($bad_param) |