class Tryouts::TestBatch

def failed?

def failed?
   !@failed.nil? && @failed > 0
end