module SimpleCov

def run_exit_tasks!

Other tags:
    Api: - private
def run_exit_tasks!
  error_exit_status = exit_status_from_exception
  at_exit.call
  exit_and_report_previous_error(error_exit_status) if previous_error?(error_exit_status)
  process_results_and_report_error if ready_to_process_results?
end