# File lib/stella/testplan.rb, line 398
    def duration
      return 0 unless @stime
      (@etime || Stella.now) - @stime
    end