test/data/err_110.py:10:5 [FURB110]: Replace `x if x else y` with `x or y`
test/data/err_110.py:11:5 [FURB110]: Replace `x if x else y` with `x or y`
test/data/err_110.py:13:5 [FURB110]: Replace `x if x else y` with `x or y`
test/data/err_110.py:18:5 [FURB110]: Replace `x if x else y` with `x or y`
