global

def error_wrapping(html_tag)

def error_wrapping(html_tag)
  return html_tag unless @generate_error_markup
  # :nocov:
  super
  # :nocov:
end