# File lib/rubytorrent/package.rb, line 338
  def percent_done; 100.0 * (@length.to_f - empty_bytes) / @length; end