-
Notifications
You must be signed in to change notification settings - Fork 6
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
List of Mutants - Tests to be added #48
Labels
mutation-testing
Related to the integration of mutation testing
Comments
Unviable Mutants
|
Timeout Mutants
|
Missed Mutants
|
Caught Mutants
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Is your feature request related to a problem? Please describe.
Some functions don’t have all possible cases tested. Mutation testing helps identify these cases and highlights the functions that need more tests.
This issue lists all the current mutants based on the latest commit (79e7f30). Its purpose is to provide a central reference for functions that need additional testing. This makes it is easier for everyone to track and add these tests.
Mutants that still need to be treated based on the output from the entire codebase:
The text was updated successfully, but these errors were encountered: