# File lib/deep_test/distributed/master_test_server.rb, line 19 19: def test_server_statuses 20: @servers.map do |s| 21: status = begin 22: s.status 23: rescue Exception => e 24: e 25: end 26: 27: [s.__drburi, status] 28: end 29: end