# File ../../auditor/lib/kasp_auditor/auditor.rb, line 309
    def get_type_from_rr(rr)
      if (rr.type == Types::RRSIG)
        return rr.type_covered
      else
        return rr.type
      end
    end