Branch Coverage

blib/lib/AnyEvent/FTP/Server/Role/Auth.pm
Criterion Covered Total %
branch 9 10 90.0


line true false branch
52 650 24 if $self->authenticated or $self->_safe_commands->{$command}
69 68 1 if ($user ne '') { }
92 1 68 unless (defined $user)
99 64 4 if ($self->authenticator->($user, $pass)) { }
109 0 4 if ($delay > 0) { }