Fix yardstick coverage

This commit is contained in:
Markus Schirp 2015-07-03 15:24:31 +00:00
parent 8335cccafb
commit 6df33c2ad8
3 changed files with 6 additions and 5 deletions

View file

@ -4,14 +4,13 @@ module Mutant
class Filter < self
include Concord.new(:matcher, :predicate)
# Return new matcher
# New matcher
#
# @return [Matcher] matcher
# @param [Matcher] matcher
#
# @return [Matcher]
#
# @api private
#
def self.build(matcher, &predicate)
new(matcher, predicate)
end

View file

@ -39,6 +39,8 @@ module Mutant
#
# rubocop:disable MethodLength
#
# @return [undefined]
#
# @api private
def run
config.jobs.times do

View file

@ -27,9 +27,9 @@ module Mutant
# Run mutation analysis
#
# @return [undefined]
# @return [undefined]
#
# @api private
# @api private
def run_mutation_analysis
@result = run_driver(Parallel.async(mutation_test_config))
reporter.report(@result)