Lines Matching refs:last_item
177 last_item = array.length - 1
178 test_time = get_test_time(array[last_item])
179 test_name = array[last_item - 1]
194 last_item = array.length - 1
195 test_time = get_test_time(array[last_item])
196 test_name = array[last_item - 2]
197 reason = "#{array[last_item].chomp.lstrip} at line: #{array[last_item - 3]}"
222 last_item = array.length - 1
223 test_time = get_test_time(array[last_item])
224 test_name = array[last_item - 2]
225 reason = array[last_item].chomp.lstrip