| line | l | !l&&r | !l&&!r | condition | 
 
| 136 | 0 | 26 | 0 | $message //= "created FTP ($name) server at $uri" | 
 
| 172 | 0 | 5 | 0 | $message //= 'connected to FTP server at ' . $self->test_uri | 
 
| 187 | 5 | 5 | 0 | $class //= $self->default_context | 
 
| 199 | 96 | 0 | 0 | eval {
	do {
	$client->help($cmd)->recv
}
} || $@ | 
 
| 205 | 0 | 10 | 0 | $message //= "help coverage for $class" | 
 
| 228 | 72 | 73 | 0 | eval {
	do {
	$client->push_command([$command, $args])->recv
}
} || $@ | 
 
| 235 | 0 | 145 | 0 | $message //= "command: $command" | 
 
| 250 | 0 | 140 | 0 | $message //= "response code is $code" | 
 
| 341 | 0 | 0 | 0 | $message //= defined $location ? "list: $location" : 'list' | 
 
| 368 | 0 | 6 | 0 | $message //= defined $location ? "nlst: $location" : 'nlst' | 
 
| 458 | 0 | 4 | 0 | $message //= "global timeout of $timeout seconds" |