module SimpleCov::SimulateCoverage

def read_lines(path)

def read_lines(path)
  File.readlines(path)
rescue Errno::ENOENT
  []
end