Fix yardstick coverage
This commit is contained in:
parent
8335cccafb
commit
6df33c2ad8
3 changed files with 6 additions and 5 deletions
|
@ -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
|
||||
|
|
|
@ -39,6 +39,8 @@ module Mutant
|
|||
#
|
||||
# rubocop:disable MethodLength
|
||||
#
|
||||
# @return [undefined]
|
||||
#
|
||||
# @api private
|
||||
def run
|
||||
config.jobs.times do
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue