line |
l |
!l&&r |
!l&&!r |
condition |
45
|
0 |
0 |
0 |
ref $class || $class |
219
|
0 |
0 |
0 |
not $response or ref $response ne 'HASH' |
|
0 |
0 |
0 |
not $response or ref $response ne 'HASH' or $$response{'ok'} == 0 |
256
|
0 |
0 |
0 |
not $response or ref $response ne 'HASH' |
|
0 |
0 |
0 |
not $response or ref $response ne 'HASH' or $$response{'ok'} == 0 |
269
|
0 |
0 |
0 |
$$req{'nonce'} ||= _random_string(32) |
271
|
0 |
0 |
0 |
$$req{'consumer_key'} ||= $self->consumer_key |
272
|
0 |
0 |
0 |
$$req{'consumer_secret'} ||= $self->consumer_secret |
275
|
0 |
0 |
0 |
$$req{'timestamp'} ||= time |
343
|
0 |
0 |
0 |
not $response or ref $response ne 'HASH' |
|
0 |
0 |
0 |
not $response or ref $response ne 'HASH' or $$response{'ok'} == 0 |