line |
l |
!l&&r |
!l&&!r |
condition |
204
|
0 |
0 |
0 |
not exists $opts{'params'} or ref $opts{'params'} ne 'ARRAY' |
209
|
0 |
0 |
0 |
exists $opts{'params_format'} or exists $opts{'params_default'} |
218
|
0 |
0 |
0 |
not exists $opts{'params_format'} or ref $opts{'params_format'} ne 'ARRAY' |
|
0 |
0 |
0 |
not exists $opts{'params_format'} or ref $opts{'params_format'} ne 'ARRAY' or @{$opts{'params_format'};} != @params |
219
|
0 |
0 |
0 |
ref $opts{'params_format'} ne 'ARRAY' || @{$opts{'params_format'};} > @params |
330
|
0 |
0 |
0 |
$$config{'servers'} ||= $class->SERVER |
332
|
0 |
0 |
0 |
$$config{'param'}{'name'} ||= $class |
333
|
0 |
0 |
0 |
$$config{'param'}{'spaces'} ||= $class->SPACES |
338
|
0 |
0 |
0 |
$$config{'param'}{'timeout'} ||= $class->TIMEOUT |
339
|
0 |
0 |
0 |
$$config{'param'}{'select_timeout'} ||= $class->SELECT_TIMEOUT |
340
|
0 |
0 |
0 |
$$config{'param'}{'debug'} ||= $class->DEBUG |
341
|
0 |
0 |
0 |
$$config{'param'}{'ipdebug'} ||= $class->IPDEBUG |
343
|
0 |
0 |
0 |
$$config{'param'}{'retry'} ||= $class->RETRY |
344
|
0 |
0 |
0 |
$$config{'param'}{'select_retry'} ||= $class->SELECT_RETRY |
345
|
0 |
0 |
0 |
$$config{'param'}{'softretry'} ||= $class->SOFT_RETRY |
346
|
0 |
0 |
0 |
$$config{'param'}{'retry_delay'} ||= $class->RETRY_DELAY |