line |
true |
false |
branch |
47
|
0 |
0 |
if @_ > 1 |
48
|
0 |
0 |
if @_ > 1 |
49
|
0 |
0 |
if @_ > 1 |
50
|
0 |
0 |
if @_ > 1 |
51
|
0 |
0 |
if @_ > 1 |
52
|
0 |
0 |
if @_ > 1 |
53
|
0 |
0 |
if @_ > 1 |
54
|
0 |
0 |
if @_ > 1 |
55
|
0 |
0 |
if @_ > 1 |
56
|
0 |
0 |
if @_ > 1 |
130
|
0 |
0 |
exists $$args{'DieOnError'} ? : |
132
|
0 |
0 |
if $self->can('Initialize') |
134
|
0 |
0 |
unless ($$args{'ManualConnect'}) |
136
|
0 |
0 |
unless ($self->Connect) |
151
|
0 |
0 |
unless length $serializerType |
156
|
0 |
0 |
if ($@) |
162
|
0 |
0 |
unless (defined $serializer) |
182
|
0 |
0 |
if ($@) |
188
|
0 |
0 |
unless (defined $transport) |
212
|
0 |
0 |
if $self->Connected |
214
|
0 |
0 |
unless $self->Transport->Connect |
238
|
0 |
0 |
$response->isa('RPC::Lite:Error') ? : |
366
|
0 |
0 |
unless $self->Connected |
383
|
0 |
0 |
unless (@{$self->MessageQueue;}) |
387
|
0 |
0 |
unless (defined $newData and length $newData) |
389
|
0 |
0 |
if ($timeout or $self->Transport->Timeout) { } |
406
|
0 |
0 |
unless defined $message |
410
|
0 |
0 |
unless (defined $response) |
415
|
0 |
0 |
if ($response->isa('RPC::Lite::Error')) |
425
|
0 |
0 |
if ($self->DieOnError) { } |
435
|
0 |
0 |
if (exists $self->CallbackIdMap->{$response->Id}) { } |
440
|
0 |
0 |
if (defined $codeRef and ref $codeRef eq 'CODE') |
442
|
0 |
0 |
if ($wantsResponseObject) { } |
465
|
0 |
0 |
unless length $self->Stream |