module SimpleCov

def ready_to_process_results?

Other tags:
    Api: - private
def ready_to_process_results?
  final_result_process? && result?
end