Less than 1 or greater than 3

(Display Listing 1.)

The statement tests to determine if the input value is less than 1 or greater than 3.

In other words, it tests to determine if the input value is outside the specified range.

If so, the value of testResult is set to true. 

Otherwise, (meaning that the value is within the specified range), the value of testResult is set to false.