Created
March 21, 2016 23:30
-
-
Save mbj/a31899b3c4718e4bfb2f to your computer and use it in GitHub Desktop.
First mutant self pass
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ bundle exec mutant --include lib --require mutant --zombie --use rspec -- 'Mutant*' | |
Matcher: #<Zombie::Mutant::Matcher::Config match_expressions: [Mutant*]> | |
Integration: Zombie::Mutant::Integration::Rspec | |
Expect Coverage: 100.00% | |
Jobs: 8 | |
Includes: ["lib"] | |
Requires: ["mutant"] | |
Subjects: 469 | |
Mutations: 14827 | |
Results: 14827 | |
Kills: 14827 | |
Alive: 0 | |
Runtime: 1251.91s | |
Killtime: 3477.79s | |
Overhead: -64.00% | |
Mutations/s: 11.84 | |
Coverage: 100.00% | |
Expected: 100.00% |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment