Remove unnecessary #to_f call from coverage percent method

This commit is contained in:
Dan Kubb 2015-05-03 22:42:05 -07:00
parent 12abeff033
commit 52dbf88f85

View file

@ -258,7 +258,7 @@ module Mutant
# @api private
#
def coverage_percent
(coverage * 100).to_f
coverage * 100
end
# Return overhead percent