line |
true |
false |
branch |
20
|
0 |
0 |
unless ref $args{'users'} eq 'ARRAY' |
32
|
0 |
0 |
defined $$user_args{'login'} ? : |
54
|
0 |
0 |
unless $any_user |
66
|
0 |
0 |
unless defined $page |
69
|
0 |
0 |
if ($@) |
86
|
0 |
0 |
if ($$user_args{'fields'}) |
90
|
0 |
0 |
unless $$user_args{'fields'} |
91
|
0 |
0 |
unless ref $_ eq 'SCALAR' |
92
|
0 |
0 |
if ($$_ eq 'LOGIN') { } |
|
0 |
0 |
elsif ($$_ eq 'PASS') { } |
110
|
0 |
0 |
if $method eq 'DESTROY' |
112
|
0 |
0 |
if ($self->_mech->can($method)) { } |
|
0 |
0 |
elsif (grep(($_ eq $method), @{$$self{'USERS_ORDER'};})) { } |
|
0 |
0 |
elsif ($method eq 'any') { } |
150
|
0 |
0 |
unless exists $$self{'USERS'}{$alias} |
159
|
0 |
0 |
unless @{$$self{'USERS_ORDER'};} |
169
|
0 |
0 |
unless $args |
187
|
0 |
0 |
$is_include_ignored ? : |
193
|
0 |
0 |
unless exists $$self{'USERS'}{$alias} |
196
|
0 |
0 |
if (keys %{$$self{'IGNORED_USERS'};} eq @{$$self{'USERS_ORDER'};}) |