class Crytic::Mutation::IsolatedMutation
- Crytic::Mutation::IsolatedMutation
- Crytic::Mutation::Mutation
- Reference
- Object
Overview
Represents a single mutation to a single source file
Defined in:
crytic/mutation/isolated_mutation.crClass Method Summary
Instance Method Summary
-
#run : Result
Compiles the mutated source code into a binary and runs this binary, recording exit code, stderr and stdout output.