| line | true | false | branch | 
 
| 62 | 0 | 0 | unless length $pdbid == 4 | 
 
| 94 | 0 | 0 | unless $type =~ /(?:cif|pdb)/ | 
 
| 101 | 0 | 0 | unless ($self->sync_overwrite) | 
 
| 104 | 0 | 0 | if ($count != @pdbids) | 
 
| 110 | 0 | 0 | unless @pdbids | 
 
| 121 | 0 | 0 | unless $type =~ /(?:cif|pdb)/ | 
 
| 125 | 0 | 0 | unless $parent_path | 
 
| 127 | 0 | 0 | $type eq 'cif' ? : | 
 
| 140 | 0 | 0 | unless ($ftp->get("$subdir/$gz")) | 
 
| 143 | 0 | 0 | if $ftp->message =~ /load was .+ when you connected/ | 
 
| 149 | 0 | 0 | unless $dest_par->exists | 
 
| 151 | 0 | 0 | unless IO::Uncompress::Gunzip::gunzip($gz, $dest->stringify) | 
 
| 173 | 0 | 0 | unless $ftp->login($user, $pass) | 
 
| 174 | 0 | 0 | if ($path) | 
 
| 175 | 0 | 0 | unless $ftp->cwd($path) |