module SimpleCov::ResultMerger

def merged_result


for the result consisting of a join on all source result's names
SimpleCov::Result with merged coverage data and the command_name
Gets all SimpleCov::Results from cache, merges them and produces a new
def merged_result
  merge_results(*results)
end