Invert logical operators¶ Invert logical operators will perform inversions on logical operators. Mutation table¶ Orig Mutation && || || && Examples¶ OriginalMutated a := true && false a := true || false