# File lib/kwala/build_action.rb, line 77
  def score_scaling(errors, bounds)
     10 - ((errors.to_f / bounds.to_f) * 10).ceil
  end