module SimpleCov::ResultMerger

def within_merge_timeout?(data)

def within_merge_timeout?(data)
  time_since_result_creation(data) < SimpleCov.merge_timeout
end