line |
l |
!l |
condition |
639
|
0 |
0 |
$args{'param'} ||= [] |
651
|
0 |
0 |
$args{'portal'} // '' |
|
0 |
0 |
$args{'statement'} // '' |
751
|
0 |
0 |
$args{'portal'} //= '' |
752
|
0 |
0 |
$args{'limit'} || 0 |
790
|
0 |
0 |
$args{'password'} // die('no password provided') |
922
|
0 |
0 |
($self->is_first_message ? 'startup packet' : $FRONTEND_MESSAGE_CODE{substr $msg, 0, 1}) || 'unknown message' |
928
|
0 |
0 |
+(shift())->{'outgoing'} // die('no outgoing source') |
966
|
1 |
0 |
$FRONTEND_MESSAGE_BUILDER{$type} || $self->can($self->method_for_frontend_type($type)) || die('no method for ' . $type) |