class SimpleCov::Formatter::RcovFormatter

def shortened_filename(file)

def shortened_filename(file)
  file.filename.gsub("#{SimpleCov.root}/", '')
end