module SimpleCov::ResultMerger
def read_file(path)
def read_file(path) return unless File.exist?(path) data = File.read(path) return if data.nil? || data.length < 2 data end
def read_file(path) return unless File.exist?(path) data = File.read(path) return if data.nil? || data.length < 2 data end