| blib/lib/AnyEvent/FTP/Server/Context.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 9 | 10 | 90.0 |
| line | true | false | branch |
|---|---|---|---|
| 32 | 633 | 41 | if $self->ready |
| 41 | 590 | 674 | unless @{$self->{'request_queue'};} > 0 |
| 49 | 674 | 0 | if ($self->can("auth_command_check_hook")) |
| 51 | 24 | 650 | unless $self->auth_command_check_hook($con, $command) |
| 56 | 649 | 1 | if ($self->can($method)) { } |