# File lib/deep_test/distributed/rsync.rb, line 25
25:         def source_location
26:           source = ""
27:           unless @sync_options[:local]
28:             source << @sync_options[:username] << '@' if @sync_options[:username]
29:             source << @connection_info.address
30:             source << (@sync_options[:daemon] ? '::' : ':')
31:           end
32:           source << @sync_options[:source]
33:         end