Reports the assignments that can be replaced with incrementing (++) or decrementing (--) operations.

Using increment or decrement operators instead of assignments can make the code clearer and potentially more performant.