module SimpleCov::ResultMerger

def parse_file(path)

def parse_file(path)
  data = read_file(path)
  parse_json(data)
end