"multi.c", line 6: operator = is never needed.  [1]
"multi.c", line 6: operator = might be ==.  [0]
"multi.c", line 6: condition 1 (= expression) was taken TRUE 1, FALSE 1 times.
"multi.c", line 6: operator && might be ||  [1]
"multi.c", line 6: condition 2 (a, 1) was taken TRUE 2, FALSE 0 times.
"multi.c", line 6: condition 3 (b, 1) was taken TRUE 1, FALSE 1 times.
"multi.c", line 8: operator += is never needed (or might be -=).  [1]
"multi.c", line 8: operator += might be *=.  [2]
"multi.c", line 8: operator += might be ==.  [1]
"multi.c", line 8: condition 1 (+= expression) was taken TRUE 1, FALSE 1 times.
"multi.c", line 8: operator < might be >. (L!=R)  [1]
"multi.c", line 8: operator < might be <=. (L==R)  [1]
"multi.c", line 8: operator < needs boundary L == R-1.  [0]
"multi.c", line 15: condition 1 (= expression) was taken TRUE 1, FALSE 1 times.
"multi.c", line 15: condition 2 (a, 1) was taken TRUE 2, FALSE 0 times.
"multi.c", line 15: condition 3 (b, 1) was taken TRUE 1, FALSE 1 times.
"multi.c", line 17: condition 1 (+= expression) was taken TRUE 1, FALSE 1 times.
