class SimpleCov::Result
def adapt_pre_simplecov_0_18_result(result)
def adapt_pre_simplecov_0_18_result(result) result.map do |file_path, line_coverage_data| [file_path, {"lines" => line_coverage_data}] end.to_h end
def adapt_pre_simplecov_0_18_result(result) result.map do |file_path, line_coverage_data| [file_path, {"lines" => line_coverage_data}] end.to_h end