# File lib/rubytorrent/package.rb, line 574
  def percent_completed
    100.0 * pieces_completed.to_f / @pieces.length.to_f
  end