muter icon indicating copy to clipboard operation
muter copied to clipboard

πŸ”Ž Automated mutation testing for Swift πŸ•³οΈ

Results 57 muter issues
Sort by recently updated
recently updated
newest added

Passing a code coverage report as an execution parameter could be used as a constraint to consider a specific file in the muter. Example: Not consider mutants in files without...

configuration

Some ideas for ranges: - swap `...` and `..

mutation operators

Code like this: ```swift foo = true // before foo = false // after ``` Here’s a case where this could be better than just deleting lines with only side...

mutation operators

Feel free to update the title if there’s a better way to word this. Screenshot: Code: ```swift textViewsAndEncodings.map { $0.key }.forEach { $0.enabledTextCheckingTypes = 0 $0.isAutomaticQuoteSubstitutionEnabled = false $0.isAutomaticLinkDetectionEnabled =...

mutation operators
dependability