| line |
!l |
l&&!r |
l&&r |
condition |
|
114
|
7 |
4 |
0 |
exists $new->{'username'} and exists $new->{'password'} |
|
157
|
0 |
1 |
0 |
defined $self->{'access_token'} && $self->{'access_token_secret'} |
|
309
|
0 |
0 |
1 |
$authenticate and $self->authorized |
|
372
|
4 |
150 |
0 |
$authenticate and $self->{'username'} |
|
|
102 |
48 |
0 |
$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 |