line |
true |
false |
branch |
48
|
0 |
4872 |
unless defined $params{$required[$_]}
|
55
|
0 |
1218 |
unless my $sth = $dbh->prepare("SELECT $params{'result_column'} from $params{'table'} WHERE $params{'search_column'}=?")
|
60
|
0 |
1218 |
unless $sth->execute($params{'value'})
|
77
|
0 |
2460 |
unless defined $params{$required[$_]}
|
84
|
0 |
410 |
unless my $sth = $dbh->prepare("SELECT $params{'result_col'} from $params{'table'} WHERE $params{'col_1'}=? AND $params{'col_2'}=?")
|
90
|
0 |
410 |
unless $sth->execute($params{'val_1'}, $params{'val_2'})
|
113
|
0 |
1628 |
unless $allowed_tables{$table}
|
116
|
1628 |
0 |
if ($result_column)
|
120
|
0 |
1628 |
unless $allowed_columns{$result_column}
|
123
|
0 |
1628 |
unless $allowed_columns{$search_column}
|