class SimpleCov::Formatter::RcovFormatter

def asset_output_path

def asset_output_path
  return @asset_output_path if @asset_output_path
  @asset_output_path = File.join(SimpleCov::Formatter::RcovFormatter.output_path, 'assets', SimpleCov::Formatter::RcovFormatter::VERSION)
  FileUtils.mkdir_p(@asset_output_path)
  @asset_output_path
end