-
Notifications
You must be signed in to change notification settings - Fork 74
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Get source code of the mutated version of the original program #958
Comments
We have a Please, report an issue if you hit any problems with the reporter. |
Thank you for your help! |
At the moment, there is no way to get a complete mutated program. You could also try to apply mutated patches, but I guess it won't work for conflicting mutants (that is, the ones mutating the same line of code). |
+1 on this. I can write a script that does this with the json reports file, but would be great if mull dumped this. |
Hello.
I went through "Two-step analysis process" in the tutorial and get an executable file (hello-world-mutated) of the Hello World example by running:
$ mull-cxx -mutate-only -output=hello-world-mutated hello-world
I am wondering if it is possible to get the source of the mutants instead of executable file. Is there any command to do so or any approach?
Any hint is appreciated.
The text was updated successfully, but these errors were encountered: