line |
!l |
l&&!r |
l&&r |
condition |
84
|
0 |
0 |
3 |
$opts and UNIVERSAL::isa($opts, 'HASH') |
|
0 |
1 |
2 |
$opts and UNIVERSAL::isa($opts, 'HASH') and exists $opts->{'partner'} || exists $opts->{'user'} |
89
|
1 |
0 |
2 |
exists $opts->{'partner'} and UNIVERSAL::isa($opts->{'partner'}, 'HASH') |
94
|
1 |
0 |
2 |
exists $opts->{'user'} and UNIVERSAL::isa($opts->{'user'}, 'HASH') |
135
|
0 |
0 |
0 |
defined $params and not UNIVERSAL::isa($params, 'HASH') |
225
|
0 |
0 |
0 |
exists $params_to_check->{$required_param} and defined $params_to_check->{$required_param} |