class SimpleCov::Formatter::JSONFormatter

def output_message(result)

def output_message(result)
  "JSON Coverage report generated for #{result.command_name} to #{SimpleCov.coverage_path}. \
  #{result.covered_lines} / #{result.total_lines} LOC (#{result.covered_percent.round(2)}%) covered."
end