| line |
!l |
l&&!r |
l&&r |
condition |
|
113
|
7 |
0 |
4 |
exists $$new{'username'} and exists $$new{'password'} |
|
157
|
0 |
0 |
1 |
defined $$self{'access_token'} && $$self{'access_token_secret'} |
|
309
|
0 |
0 |
1 |
$authenticate and $self->authorized |
|
372
|
4 |
102 |
48 |
$authenticate and $$self{'username'} |
|
|
106 |
0 |
48 |
$authenticate and $$self{'username'} and $$self{'password'} |
|
434
|
476 |
434 |
18 |
@$arg_names == 0 and @{$options{'params'};} == 1 |
|
444
|
132 |
44 |
0 |
my $legacy_method = $self->can("legacy_$name") and exists $$args{-'legacy_lists_api'} ? delete $$args{-'legacy_lists_api'} : $$self{'legacy_lists_api'} |
|
479
|
155 |
0 |
0 |
exists $$args{'skip_user'} and $$args{'skip_user'} eq 'false' |
|
576
|
4 |
0 |
151 |
$obj and ref $obj eq 'HASH' |
|
|
4 |
151 |
0 |
$obj and ref $obj eq 'HASH' and exists $$obj{'error'} |
|
580
|
0 |
4 |
151 |
$res->is_success and defined $obj |