| line |
l |
!l&&r |
!l&&!r |
condition |
|
55
|
0 |
2 |
0 |
$args->{'user_agent'} || 'LWP::UserAgent'->new |
|
70
|
2 |
6 |
0 |
$$args{$c . '_url'} || $$args{$c . '_path'} || "/oauth/$c" |
|
226
|
2 |
0 |
0 |
$response->decoded_content || $response->content |
|
268
|
1 |
0 |
0 |
$params{'scope'} ||= $self->scope |
|
269
|
0 |
0 |
1 |
$params{'state'} ||= $self->state |
|
270
|
0 |
0 |
1 |
$params{'hd'} ||= $self->hd |
|
271
|
0 |
1 |
0 |
$params{'client_id'} ||= $self->id |
|
279
|
0 |
1 |
0 |
$params{'client_id'} ||= $self->id |
|
280
|
0 |
1 |
0 |
$params{'client_secret'} ||= $self->secret |
|
281
|
0 |
1 |
0 |
$params{'grant_type'} ||= $self->grant_type |
|
288
|
0 |
0 |
0 |
$params{'client_id'} ||= $self->id |
|
289
|
0 |
0 |
0 |
$params{'client_secret'} ||= $self->secret |