| line |
l |
!l&&r |
!l&&!r |
condition |
|
54
|
0 |
2 |
0 |
$args->{'user_agent'} || 'LWP::UserAgent'->new |
|
69
|
2 |
6 |
0 |
$$args{$c . '_url'} || $$args{$c . '_path'} || "/oauth/$c" |
|
218
|
2 |
0 |
0 |
$response->decoded_content || $response->content |
|
260
|
1 |
0 |
0 |
$params{'scope'} ||= $self->scope |
|
261
|
0 |
0 |
1 |
$params{'state'} ||= $self->state |
|
262
|
0 |
0 |
1 |
$params{'hd'} ||= $self->hd |
|
263
|
0 |
1 |
0 |
$params{'client_id'} ||= $self->id |
|
271
|
0 |
1 |
0 |
$params{'client_id'} ||= $self->id |
|
272
|
0 |
1 |
0 |
$params{'client_secret'} ||= $self->secret |
|
273
|
0 |
1 |
0 |
$params{'grant_type'} ||= $self->grant_type |
|
280
|
0 |
0 |
0 |
$params{'client_id'} ||= $self->id |
|
281
|
0 |
0 |
0 |
$params{'client_secret'} ||= $self->secret |