class SimpleCov::Result

def format!

`.resultset.json` on disk. See #964.
processes in a parallel CI run, which only need their
/ `SimpleCov.formatters []`) — the cheap path for non-final
nil if formatting has been opted out of (`SimpleCov.formatter false`
Applies the configured SimpleCov.formatter on this result. Returns
def format!
  formatter = SimpleCov.formatter
  return nil if formatter.nil?
  Formatter.instance_for(formatter).format(self)
end