Reports divisions by zero or remainders by zero.
Example:
def a = 42 a / 0 // warning a % 0.0 // warning