class SimpleCov::Formatter::JSONFormatter::ResultHashFormatter

def format_files

def format_files
  @result.files.to_h do |source_file|
    [source_file.project_filename, SourceFileFormatter.new(source_file, include_source: @include_source).call]
  end
end