haddocking / pdb-tools

A dependency-free cross-platform swiss army knife for PDB files.
https://haddocking.github.io/pdb-tools/
Apache License 2.0
372 stars 113 forks source link

Deleted unreachable/duplicated return statements #76

Closed JoaoRodrigues closed 3 years ago

JoaoRodrigues commented 3 years ago

There were a few scripts with double return statements in the input parsing function - typo/leftover from copy-paste.

codecov[bot] commented 3 years ago

Codecov Report

Merging #76 into master will increase coverage by 0.06%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #76      +/-   ##
==========================================
+ Coverage   81.78%   81.85%   +0.06%     
==========================================
  Files          44       44              
  Lines        3520     3517       -3     
  Branches      737      737              
==========================================
  Hits         2879     2879              
+ Misses        453      450       -3     
  Partials      188      188              
Impacted Files Coverage Δ
pdbtools/pdb_delresname.py 81.81% <ø> (+1.04%) :arrow_up:
pdbtools/pdb_selatom.py 84.41% <ø> (+1.08%) :arrow_up:
pdbtools/pdb_selresname.py 81.81% <ø> (+1.04%) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 37008a8...8d61b49. Read the comment docs.