global

def merge(investigation)

def merge(investigation)
  InvestigationReport.new(processed_source,
                          cop_reports + investigation.cop_reports,
                          errors + investigation.errors)
end