Remove unnecessary #to_f call from coverage percent method
This commit is contained in:
parent
12abeff033
commit
52dbf88f85
1 changed files with 1 additions and 1 deletions
|
@ -258,7 +258,7 @@ module Mutant
|
|||
# @api private
|
||||
#
|
||||
def coverage_percent
|
||||
(coverage * 100).to_f
|
||||
coverage * 100
|
||||
end
|
||||
|
||||
# Return overhead percent
|
||||
|
|
Loading…
Add table
Reference in a new issue