Applies the configured SimpleCov.formatter on this result
50 51 52
# File 'lib/simplecov/result.rb', line 50 def format! SimpleCov.formatter.new.format(self) end