line |
!l |
l&&!r |
l&&r |
condition |
157
|
0 |
0 |
0 |
defined $status and $status =~ /^not authenticated$|^authenticated$|^failed authentication - invalid username$|^failed authentication - invalid password$|^failed authentication - user not in patron table$|^expired$/ |
164
|
0 |
0 |
0 |
$$_attr_flds_ref{'_key'} and not exists $_auth_obj{$$_attr_flds_ref{'_key'}} |
186
|
0 |
0 |
0 |
defined $status and $status =~ /^not authenticated$|^authenticated$|^failed authentication$|^expired$/ |
193
|
0 |
0 |
0 |
$$_attr_flds_ref{'_key'} and not exists $_auth_obj{$$_attr_flds_ref{'_key'}} |
263
|
0 |
0 |
0 |
defined $args{'action'} and $args{'action'} eq 'remove' |