| line |
!l |
l&&!r |
l&&r |
condition |
|
96
|
0 |
1 |
0 |
$_[0] and blessed($_[0]) |
|
|
1 |
0 |
0 |
$_[0] and blessed($_[0]) and $_[0]->isa('Net::LDAP::Entry') |
|
183
|
25 |
1 |
4 |
$$self{'password_mocked'} and exists $$arg{'password'} |
|
196
|
0 |
0 |
2 |
defined $node->password and defined $$arg{'password'} |
|
|
0 |
1 |
1 |
defined $node->password and defined $$arg{'password'} and $node->password eq $$arg{'password'} |
|
269
|
11 |
0 |
38 |
defined $filter and not ref $filter |
|
|
11 |
1 |
37 |
defined $filter and not ref $filter and $filter ne '' |
|
304
|
87 |
67 |
0 |
$entry and !$filter || $filter->match($entry, $schema) |
|
345
|
0 |
0 |
5 |
$node and $node->entry |
|
438
|
2 |
0 |
14 |
$node and $node->entry |
|
526
|
1 |
0 |
4 |
$node and $node->entry |
|
559
|
1 |
0 |
8 |
$old_node and $old_node->entry |