line |
l |
!l&&r |
!l&&!r |
condition |
70
|
0 |
0 |
0 |
$$self{'dbh'}->selectcol_arrayref("\n\t\tSELECT\n\t\t\tid\n\t\tFROM\n\t\t\trequest\n\t\tWHERE\n\t\t\trequest_timestamp = ? AND\n\t\t\tapplication = ?", undef, $$id{'request_id'}, $$id{'app_id'}) || $self->db_error |
217
|
0 |
0 |
0 |
$$self{'dbh'}->selectcol_arrayref("\n\t\tSELECT\n\t\t\tMAX(seq)\n\t\tFROM\n\t\t\tdebug\n\t\tWHERE request_id = ?", undef, $request_id) || $self->db_error |
378
|
0 |
0 |
0 |
$$self{'dbh'}->selectcol_arrayref("\n\t\tSELECT\n\t\t\tMAX(seq)\n\t\tFROM\n\t\t\treturn_data\n\t\tWHERE request_id = ?", undef, $request_id) || $self->db_error |