free_mutant/lib/mutant
Dan Kubb 8447cd4790 Change Mutant::Killer#run_with_benchmark to use Benchmark.measure
* Use the real time temporarily to be consistent with the other
  places in the code that measure time. When those other areas can
  be wrapped in a Benchmark.measure block all the benchmarks will be
  updated to use cpu time, not real (elapsed) time like now.
2013-06-24 01:55:00 -07:00
..
cli Cosmetic end comments 2013-06-14 21:12:10 +02:00
context Remove dead code 2013-06-14 21:12:10 +02:00
killer Change Mutant::Killer::Rspec#run to rescue errors from RSpec 2013-06-24 01:38:37 -07:00
matcher Cleanup method matcher 2013-06-15 17:14:33 +02:00
mutation Use underscores for unused parameters 2013-06-15 17:15:14 +02:00
mutator Use Enumerabe#one? predicate 2013-06-23 22:41:55 +02:00
reporter Fix whitespace 2013-06-22 23:24:48 -07:00
runner Cosmetic end comments 2013-06-14 21:12:10 +02:00
strategy Fix glob for #initialize to use the proper format 2013-06-23 23:45:42 -07:00
subject Fix object cycle 2013-06-15 16:32:40 +02:00
support Cosmetic end comments 2013-06-14 21:12:10 +02:00
cli.rb Fix YARD docs 2013-06-22 03:47:23 +02:00
color.rb Cosmetic end comments 2013-06-14 21:12:10 +02:00
config.rb Cosmetic end comments 2013-06-14 21:12:10 +02:00
constants.rb Handle or_asgn nodes as noop 2013-06-22 03:11:16 +02:00
context.rb Use concord to cleanup mutation context 2013-06-14 21:12:10 +02:00
differ.rb Cosmetic end comments 2013-06-14 21:12:10 +02:00
helper.rb Cosmetic end comments 2013-06-14 21:12:10 +02:00
killer.rb Change Mutant::Killer#run_with_benchmark to use Benchmark.measure 2013-06-24 01:55:00 -07:00
loader.rb Fix style issue 2013-06-21 16:21:29 +02:00
matcher.rb Cosmetic end comments 2013-06-14 21:12:10 +02:00
mutation.rb Cache subject visibility fixes #53 2013-06-23 22:20:48 +02:00
mutator.rb Remove unused in-mutator mutation filter 2013-06-15 17:15:37 +02:00
node_helpers.rb Use constant nodes when possible 2013-06-21 15:07:40 +02:00
random.rb Cosmetic end comments 2013-06-14 21:12:10 +02:00
reporter.rb Cosmetic end comments 2013-06-14 21:12:10 +02:00
runner.rb Cosmetic end comments 2013-06-14 21:12:10 +02:00
singleton_methods.rb Cosmetic end comments 2013-06-14 21:12:10 +02:00
strategy.rb Fix object cycle 2013-06-15 16:32:40 +02:00
subject.rb Fix spelling mistake 2013-06-22 23:08:32 -07:00