module SimpleCov::ResultMerger

def time_since_result_creation(data)

def time_since_result_creation(data)
  Time.now - Time.at(data.fetch("timestamp"))
end