# File lib/stella/testplan.rb, line 462
    def cust
      @cust ||= Customer.from_redis @custid
      @cust || Customer.anonymous
    end