line |
true |
false |
branch |
74
|
0 |
0 |
if exists $args{$attribute} |
81
|
0 |
0 |
unless $self->channels |
82
|
0 |
0 |
unless $self->protocol |
83
|
0 |
0 |
unless $self->app_key |
84
|
0 |
0 |
unless $self->ssl |
118
|
0 |
0 |
unless ($self->client->is_done) |
123
|
0 |
0 |
if ($self->frame->is_ping) |
132
|
0 |
0 |
unless (eval {
do {
$d = $self->json->decode($msg)
}
}) |
160
|
0 |
0 |
if ($$d{'channel'} eq 'live_trades') { } |
170
|
0 |
0 |
if ($$d{'channel'} eq 'order_book') { } |
228
|
0 |
0 |
(shift())->ssl ? : |
229
|
0 |
0 |
(shift())->ssl ? : |
230
|
0 |
0 |
(shift())->ssl ? : |
231
|
0 |
0 |
(shift())->ssl ? : |
243
|
0 |
0 |
if scalar @_ |
249
|
0 |
0 |
unless ($$self{'uri'}) |