Skip to content

Instantly share code, notes, and snippets.

@hanneskaeufler
Created October 20, 2018 15:56
Show Gist options
  • Save hanneskaeufler/83e4048e8e47a64b4e2a42979b7e273b to your computer and use it in GitHub Desktop.
Save hanneskaeufler/83e4048e8e47a64b4e2a42979b7e273b to your computer and use it in GitHub Desktop.
Crytic output
Original suite: ✅
Mutations covered by tests:
❌ BoolLiteralFlip (x1)
The following change didn't fail the test-suite:
@@ -1,3 +1,3 @@
def valid?
- true
+ false
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment