mutant 0.9.8 → 0.9.13
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/mutant.rb +5 -2
- data/lib/mutant/ast.rb +0 -9
- data/lib/mutant/ast/find_metaclass_containing.rb +48 -0
- data/lib/mutant/ast/meta/send.rb +0 -6
- data/lib/mutant/bootstrap.rb +14 -37
- data/lib/mutant/cli.rb +11 -49
- data/lib/mutant/config.rb +0 -8
- data/lib/mutant/context.rb +0 -3
- data/lib/mutant/env.rb +0 -6
- data/lib/mutant/expression/method.rb +6 -6
- data/lib/mutant/expression/methods.rb +6 -6
- data/lib/mutant/expression/parser.rb +0 -6
- data/lib/mutant/integration.rb +0 -18
- data/lib/mutant/isolation.rb +1 -1
- data/lib/mutant/isolation/fork.rb +2 -24
- data/lib/mutant/isolation/none.rb +1 -1
- data/lib/mutant/license.rb +11 -0
- data/lib/mutant/matcher.rb +0 -14
- data/lib/mutant/matcher/config.rb +2 -11
- data/lib/mutant/matcher/method.rb +0 -31
- data/lib/mutant/matcher/method/instance.rb +0 -8
- data/lib/mutant/matcher/method/metaclass.rb +86 -0
- data/lib/mutant/matcher/method/singleton.rb +0 -25
- data/lib/mutant/matcher/methods.rb +17 -28
- data/lib/mutant/matcher/namespace.rb +0 -10
- data/lib/mutant/matcher/scope.rb +2 -4
- data/lib/mutant/meta/example/dsl.rb +0 -21
- data/lib/mutant/meta/example/verification.rb +0 -20
- data/lib/mutant/minitest/coverage.rb +53 -0
- data/lib/mutant/mutation.rb +0 -3
- data/lib/mutant/mutator.rb +1 -29
- data/lib/mutant/mutator/node.rb +1 -66
- data/lib/mutant/mutator/node/and_asgn.rb +0 -3
- data/lib/mutant/mutator/node/argument.rb +0 -15
- data/lib/mutant/mutator/node/arguments.rb +0 -20
- data/lib/mutant/mutator/node/begin.rb +0 -3
- data/lib/mutant/mutator/node/binary.rb +0 -23
- data/lib/mutant/mutator/node/block.rb +0 -15
- data/lib/mutant/mutator/node/block_pass.rb +29 -0
- data/lib/mutant/mutator/node/break.rb +0 -3
- data/lib/mutant/mutator/node/case.rb +0 -9
- data/lib/mutant/mutator/node/class.rb +0 -3
- data/lib/mutant/mutator/node/conditional_loop.rb +0 -3
- data/lib/mutant/mutator/node/const.rb +0 -3
- data/lib/mutant/mutator/node/define.rb +0 -11
- data/lib/mutant/mutator/node/defined.rb +0 -3
- data/lib/mutant/mutator/node/dstr.rb +0 -3
- data/lib/mutant/mutator/node/dsym.rb +0 -3
- data/lib/mutant/mutator/node/generic.rb +0 -3
- data/lib/mutant/mutator/node/if.rb +0 -12
- data/lib/mutant/mutator/node/index.rb +0 -27
- data/lib/mutant/mutator/node/kwbegin.rb +0 -3
- data/lib/mutant/mutator/node/literal.rb +0 -3
- data/lib/mutant/mutator/node/literal/array.rb +0 -6
- data/lib/mutant/mutator/node/literal/boolean.rb +0 -4
- data/lib/mutant/mutator/node/literal/float.rb +0 -9
- data/lib/mutant/mutator/node/literal/hash.rb +0 -9
- data/lib/mutant/mutator/node/literal/integer.rb +0 -9
- data/lib/mutant/mutator/node/literal/nil.rb +0 -3
- data/lib/mutant/mutator/node/literal/range.rb +4 -7
- data/lib/mutant/mutator/node/literal/regex.rb +0 -6
- data/lib/mutant/mutator/node/literal/string.rb +0 -3
- data/lib/mutant/mutator/node/literal/symbol.rb +0 -3
- data/lib/mutant/mutator/node/masgn.rb +0 -3
- data/lib/mutant/mutator/node/match_current_line.rb +0 -3
- data/lib/mutant/mutator/node/mlhs.rb +0 -3
- data/lib/mutant/mutator/node/named_value/access.rb +2 -14
- data/lib/mutant/mutator/node/named_value/constant_assignment.rb +0 -9
- data/lib/mutant/mutator/node/named_value/variable_assignment.rb +0 -6
- data/lib/mutant/mutator/node/next.rb +0 -3
- data/lib/mutant/mutator/node/noop.rb +1 -4
- data/lib/mutant/mutator/node/nthref.rb +0 -3
- data/lib/mutant/mutator/node/op_asgn.rb +0 -3
- data/lib/mutant/mutator/node/or_asgn.rb +0 -3
- data/lib/mutant/mutator/node/procarg_zero.rb +0 -3
- data/lib/mutant/mutator/node/regopt.rb +0 -6
- data/lib/mutant/mutator/node/resbody.rb +0 -6
- data/lib/mutant/mutator/node/rescue.rb +2 -19
- data/lib/mutant/mutator/node/return.rb +0 -3
- data/lib/mutant/mutator/node/sclass.rb +20 -0
- data/lib/mutant/mutator/node/send.rb +26 -61
- data/lib/mutant/mutator/node/send/attribute_assignment.rb +0 -9
- data/lib/mutant/mutator/node/send/binary.rb +0 -11
- data/lib/mutant/mutator/node/send/conditional.rb +0 -3
- data/lib/mutant/mutator/node/splat.rb +0 -3
- data/lib/mutant/mutator/node/super.rb +0 -3
- data/lib/mutant/mutator/node/when.rb +0 -19
- data/lib/mutant/mutator/node/yield.rb +0 -3
- data/lib/mutant/mutator/node/zsuper.rb +0 -3
- data/lib/mutant/mutator/util/array.rb +0 -6
- data/lib/mutant/mutator/util/symbol.rb +0 -3
- data/lib/mutant/parallel.rb +0 -13
- data/lib/mutant/parallel/driver.rb +0 -10
- data/lib/mutant/parallel/worker.rb +0 -22
- data/lib/mutant/reporter/cli.rb +0 -5
- data/lib/mutant/reporter/cli/format.rb +0 -9
- data/lib/mutant/reporter/cli/printer.rb +2 -42
- data/lib/mutant/reporter/cli/printer/env_progress.rb +0 -15
- data/lib/mutant/reporter/cli/printer/isolation_result.rb +9 -21
- data/lib/mutant/reporter/cli/printer/mutation_progress_result.rb +0 -5
- data/lib/mutant/reporter/cli/printer/mutation_result.rb +1 -22
- data/lib/mutant/reporter/cli/printer/status_progressive.rb +0 -8
- data/lib/mutant/reporter/cli/printer/subject_progress.rb +0 -9
- data/lib/mutant/repository/diff.rb +1 -13
- data/lib/mutant/repository/diff/ranges.rb +0 -11
- data/lib/mutant/result.rb +0 -3
- data/lib/mutant/runner.rb +0 -18
- data/lib/mutant/runner/sink.rb +0 -5
- data/lib/mutant/subject.rb +0 -8
- data/lib/mutant/subject/method.rb +0 -3
- data/lib/mutant/subject/method/instance.rb +40 -6
- data/lib/mutant/subject/method/metaclass.rb +30 -0
- data/lib/mutant/transform.rb +0 -92
- data/lib/mutant/version.rb +1 -1
- data/lib/mutant/warnings.rb +0 -6
- data/lib/mutant/zombifier.rb +2 -34
- metadata +61 -333
- data/.github/workflows/ci.yml +0 -121
- data/.gitignore +0 -38
- data/.rspec +0 -5
- data/.rubocop.yml +0 -7
- data/Changelog.md +0 -75
- data/Gemfile +0 -7
- data/Gemfile.lock +0 -167
- data/Gemfile.shared +0 -10
- data/README.md +0 -138
- data/Rakefile +0 -5
- data/config/devtools.yml +0 -2
- data/config/reek.yml +0 -138
- data/config/rubocop.yml +0 -205
- data/config/yardstick.yml +0 -2
- data/docs/commercial-support.md +0 -14
- data/docs/concurrency.md +0 -39
- data/docs/incremental.md +0 -76
- data/docs/known-problems.md +0 -30
- data/docs/limitations.md +0 -50
- data/docs/mutant-minitest.md +0 -149
- data/docs/mutant-rspec.md +0 -130
- data/docs/nomenclature.md +0 -82
- data/docs/reading-reports.md +0 -74
- data/lib/mutant/color.rb +0 -43
- data/lib/mutant/diff.rb +0 -114
- data/meta/and.rb +0 -15
- data/meta/and_asgn.rb +0 -14
- data/meta/array.rb +0 -30
- data/meta/begin.rb +0 -23
- data/meta/block.rb +0 -202
- data/meta/block_pass.rb +0 -8
- data/meta/blockarg.rb +0 -10
- data/meta/break.rb +0 -10
- data/meta/case.rb +0 -223
- data/meta/casgn.rb +0 -28
- data/meta/cbase.rb +0 -8
- data/meta/class.rb +0 -12
- data/meta/const.rb +0 -17
- data/meta/csend.rb +0 -10
- data/meta/cvar.rb +0 -7
- data/meta/cvasgn.rb +0 -10
- data/meta/date.rb +0 -59
- data/meta/def.rb +0 -203
- data/meta/defined.rb +0 -9
- data/meta/dstr.rb +0 -13
- data/meta/dsym.rb +0 -14
- data/meta/ensure.rb +0 -9
- data/meta/false.rb +0 -8
- data/meta/file.rb +0 -5
- data/meta/float.rb +0 -37
- data/meta/gvar.rb +0 -7
- data/meta/gvasgn.rb +0 -10
- data/meta/hash.rb +0 -24
- data/meta/if.rb +0 -77
- data/meta/index.rb +0 -133
- data/meta/indexasgn.rb +0 -31
- data/meta/int.rb +0 -18
- data/meta/ivar.rb +0 -8
- data/meta/ivasgn.rb +0 -23
- data/meta/kwarg.rb +0 -10
- data/meta/kwbegin.rb +0 -9
- data/meta/kwoptarg.rb +0 -13
- data/meta/lambda.rb +0 -23
- data/meta/line.rb +0 -5
- data/meta/lvar.rb +0 -16
- data/meta/lvasgn.rb +0 -25
- data/meta/masgn.rb +0 -7
- data/meta/match_current_line.rb +0 -15
- data/meta/next.rb +0 -11
- data/meta/nil.rb +0 -5
- data/meta/nthref.rb +0 -14
- data/meta/op_assgn.rb +0 -17
- data/meta/or.rb +0 -15
- data/meta/or_asgn.rb +0 -50
- data/meta/range.rb +0 -39
- data/meta/redo.rb +0 -5
- data/meta/regexp.rb +0 -81
- data/meta/regopt.rb +0 -10
- data/meta/rescue.rb +0 -90
- data/meta/return.rb +0 -16
- data/meta/self.rb +0 -7
- data/meta/send.rb +0 -604
- data/meta/str.rb +0 -7
- data/meta/super.rb +0 -27
- data/meta/sym.rb +0 -8
- data/meta/true.rb +0 -8
- data/meta/until.rb +0 -17
- data/meta/while.rb +0 -26
- data/meta/yield.rb +0 -10
- data/mutant-minitest.gemspec +0 -22
- data/mutant-rspec.gemspec +0 -22
- data/mutant.gemspec +0 -41
- data/mutant.yml +0 -6
- data/spec/integration/mutant/corpus_spec.rb +0 -15
- data/spec/integration/mutant/isolation/fork_spec.rb +0 -28
- data/spec/integration/mutant/minitest_spec.rb +0 -11
- data/spec/integration/mutant/null_spec.rb +0 -16
- data/spec/integration/mutant/rspec_spec.rb +0 -15
- data/spec/integration/mutant/test_mutator_handles_types_spec.rb +0 -9
- data/spec/integrations.yml +0 -63
- data/spec/shared/base_behavior.rb +0 -45
- data/spec/shared/framework_integration_behavior.rb +0 -70
- data/spec/shared/method_matcher_behavior.rb +0 -47
- data/spec/spec_helper.rb +0 -75
- data/spec/support/corpus.rb +0 -318
- data/spec/support/file_system.rb +0 -62
- data/spec/support/ice_nine_config.rb +0 -10
- data/spec/support/ruby_vm.rb +0 -84
- data/spec/support/shared_context.rb +0 -169
- data/spec/support/test_app.rb +0 -7
- data/spec/support/warnings.yml +0 -6
- data/spec/support/xspec.rb +0 -183
- data/spec/unit/mutant/ast/meta/optarg_spec.rb +0 -24
- data/spec/unit/mutant/ast/meta/send/proc_predicate_spec.rb +0 -30
- data/spec/unit/mutant/ast/meta/send/receiver_possible_top_level_const_predicate_spec.rb +0 -39
- data/spec/unit/mutant/ast/meta/send_spec.rb +0 -42
- data/spec/unit/mutant/ast/named_children_spec.rb +0 -89
- data/spec/unit/mutant/ast/sexp_spec.rb +0 -38
- data/spec/unit/mutant/ast_spec.rb +0 -57
- data/spec/unit/mutant/bootstrap_spec.rb +0 -216
- data/spec/unit/mutant/cli_spec.rb +0 -305
- data/spec/unit/mutant/clock_monotonic_spec.rb +0 -52
- data/spec/unit/mutant/config_spec.rb +0 -126
- data/spec/unit/mutant/context_spec.rb +0 -111
- data/spec/unit/mutant/diff_spec.rb +0 -189
- data/spec/unit/mutant/env_spec.rb +0 -229
- data/spec/unit/mutant/expression/method_spec.rb +0 -62
- data/spec/unit/mutant/expression/methods_spec.rb +0 -61
- data/spec/unit/mutant/expression/namespace/exact_spec.rb +0 -28
- data/spec/unit/mutant/expression/namespace/recursive_spec.rb +0 -66
- data/spec/unit/mutant/expression/parser_spec.rb +0 -65
- data/spec/unit/mutant/expression_spec.rb +0 -45
- data/spec/unit/mutant/integration/rspec_spec.rb +0 -201
- data/spec/unit/mutant/integration_spec.rb +0 -150
- data/spec/unit/mutant/isolation/fork_spec.rb +0 -309
- data/spec/unit/mutant/isolation/none_spec.rb +0 -23
- data/spec/unit/mutant/isolation/result_spec.rb +0 -73
- data/spec/unit/mutant/license_spec.rb +0 -293
- data/spec/unit/mutant/loader_spec.rb +0 -79
- data/spec/unit/mutant/matcher/chain_spec.rb +0 -26
- data/spec/unit/mutant/matcher/compiler_spec.rb +0 -0
- data/spec/unit/mutant/matcher/config_spec.rb +0 -47
- data/spec/unit/mutant/matcher/filter_spec.rb +0 -22
- data/spec/unit/mutant/matcher/method/instance_spec.rb +0 -164
- data/spec/unit/mutant/matcher/method/singleton_spec.rb +0 -90
- data/spec/unit/mutant/matcher/methods/instance_spec.rb +0 -54
- data/spec/unit/mutant/matcher/methods/singleton_spec.rb +0 -51
- data/spec/unit/mutant/matcher/namespace_spec.rb +0 -37
- data/spec/unit/mutant/matcher/null_spec.rb +0 -12
- data/spec/unit/mutant/matcher/scope_spec.rb +0 -35
- data/spec/unit/mutant/matcher/static_spec.rb +0 -13
- data/spec/unit/mutant/matcher_spec.rb +0 -102
- data/spec/unit/mutant/meta/example/dsl_spec.rb +0 -108
- data/spec/unit/mutant/meta/example/verification_spec.rb +0 -154
- data/spec/unit/mutant/meta/example_spec.rb +0 -34
- data/spec/unit/mutant/mutation_spec.rb +0 -140
- data/spec/unit/mutant/mutator/node_spec.rb +0 -52
- data/spec/unit/mutant/mutator_spec.rb +0 -21
- data/spec/unit/mutant/parallel/driver_spec.rb +0 -126
- data/spec/unit/mutant/parallel/source/array_spec.rb +0 -57
- data/spec/unit/mutant/parallel/worker_spec.rb +0 -206
- data/spec/unit/mutant/parallel_spec.rb +0 -115
- data/spec/unit/mutant/parser_spec.rb +0 -26
- data/spec/unit/mutant/range_spec.rb +0 -141
- data/spec/unit/mutant/registry_spec.rb +0 -74
- data/spec/unit/mutant/reporter/cli/printer/config_spec.rb +0 -17
- data/spec/unit/mutant/reporter/cli/printer/env_progress_spec.rb +0 -85
- data/spec/unit/mutant/reporter/cli/printer/env_result_spec.rb +0 -45
- data/spec/unit/mutant/reporter/cli/printer/isolation_result_spec.rb +0 -132
- data/spec/unit/mutant/reporter/cli/printer/mutation_progress_result_spec.rb +0 -25
- data/spec/unit/mutant/reporter/cli/printer/mutation_result_spec.rb +0 -153
- data/spec/unit/mutant/reporter/cli/printer/status_progressive_spec.rb +0 -45
- data/spec/unit/mutant/reporter/cli/printer/subject_progress_spec.rb +0 -36
- data/spec/unit/mutant/reporter/cli/printer/subject_result_spec.rb +0 -44
- data/spec/unit/mutant/reporter/cli/printer/test_result_spec.rb +0 -16
- data/spec/unit/mutant/reporter/cli/printer_spec.rb +0 -163
- data/spec/unit/mutant/reporter/cli_spec.rb +0 -137
- data/spec/unit/mutant/reporter/null_spec.rb +0 -14
- data/spec/unit/mutant/reporter/sequence_spec.rb +0 -31
- data/spec/unit/mutant/repository/diff/ranges_spec.rb +0 -180
- data/spec/unit/mutant/repository/diff_spec.rb +0 -122
- data/spec/unit/mutant/repository/subject_filter_spec.rb +0 -30
- data/spec/unit/mutant/require_highjack_spec.rb +0 -73
- data/spec/unit/mutant/result/class_methods_spec.rb +0 -51
- data/spec/unit/mutant/result/env_spec.rb +0 -161
- data/spec/unit/mutant/result/mutation_spec.rb +0 -70
- data/spec/unit/mutant/result/subject_spec.rb +0 -111
- data/spec/unit/mutant/result/test_spec.rb +0 -14
- data/spec/unit/mutant/result_spec.rb +0 -33
- data/spec/unit/mutant/runner/sink_spec.rb +0 -174
- data/spec/unit/mutant/runner_spec.rb +0 -121
- data/spec/unit/mutant/selector/expression_spec.rb +0 -62
- data/spec/unit/mutant/selector/null_spec.rb +0 -17
- data/spec/unit/mutant/subject/method/instance_spec.rb +0 -181
- data/spec/unit/mutant/subject/method/singleton_spec.rb +0 -61
- data/spec/unit/mutant/subject_spec.rb +0 -93
- data/spec/unit/mutant/transform/array_spec.rb +0 -92
- data/spec/unit/mutant/transform/bool_spec.rb +0 -63
- data/spec/unit/mutant/transform/error_spec.rb +0 -132
- data/spec/unit/mutant/transform/exception_spec.rb +0 -44
- data/spec/unit/mutant/transform/hash_spec.rb +0 -236
- data/spec/unit/mutant/transform/index_spec.rb +0 -92
- data/spec/unit/mutant/transform/named_spec.rb +0 -49
- data/spec/unit/mutant/transform/primitive_spec.rb +0 -56
- data/spec/unit/mutant/transform/sequence_spec.rb +0 -98
- data/spec/unit/mutant/util/one_spec.rb +0 -22
- data/spec/unit/mutant/warnings_spec.rb +0 -89
- data/spec/unit/mutant/world_spec.rb +0 -63
- data/spec/unit/mutant/zombifier_spec.rb +0 -122
- data/test_app/.rspec +0 -1
- data/test_app/Gemfile.minitest +0 -4
- data/test_app/Gemfile.rspec3.8 +0 -7
- data/test_app/lib/test_app.rb +0 -109
- data/test_app/lib/test_app/literal.rb +0 -35
- data/test_app/spec/spec_helper.rb +0 -9
- data/test_app/spec/unit/test_app/literal_spec.rb +0 -20
- data/test_app/test/unit/test_app/literal_test.rb +0 -16
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: mutant
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.9.
|
4
|
+
version: 0.9.13
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Markus Schirp
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2020-
|
11
|
+
date: 2020-10-07 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: abstract_type
|
@@ -84,14 +84,14 @@ dependencies:
|
|
84
84
|
name: diff-lcs
|
85
85
|
requirement: !ruby/object:Gem::Requirement
|
86
86
|
requirements:
|
87
|
-
- -
|
87
|
+
- - "~>"
|
88
88
|
- !ruby/object:Gem::Version
|
89
89
|
version: '1.3'
|
90
90
|
type: :runtime
|
91
91
|
prerelease: false
|
92
92
|
version_requirements: !ruby/object:Gem::Requirement
|
93
93
|
requirements:
|
94
|
-
- -
|
94
|
+
- - "~>"
|
95
95
|
- !ruby/object:Gem::Version
|
96
96
|
version: '1.3'
|
97
97
|
- !ruby/object:Gem::Dependency
|
@@ -184,14 +184,14 @@ dependencies:
|
|
184
184
|
requirements:
|
185
185
|
- - "~>"
|
186
186
|
- !ruby/object:Gem::Version
|
187
|
-
version: 0.4.
|
187
|
+
version: 0.4.8
|
188
188
|
type: :runtime
|
189
189
|
prerelease: false
|
190
190
|
version_requirements: !ruby/object:Gem::Requirement
|
191
191
|
requirements:
|
192
192
|
- - "~>"
|
193
193
|
- !ruby/object:Gem::Version
|
194
|
-
version: 0.4.
|
194
|
+
version: 0.4.8
|
195
195
|
- !ruby/object:Gem::Dependency
|
196
196
|
name: variable
|
197
197
|
requirement: !ruby/object:Gem::Requirement
|
@@ -207,33 +207,75 @@ dependencies:
|
|
207
207
|
- !ruby/object:Gem::Version
|
208
208
|
version: 0.0.1
|
209
209
|
- !ruby/object:Gem::Dependency
|
210
|
-
name:
|
210
|
+
name: parallel
|
211
211
|
requirement: !ruby/object:Gem::Requirement
|
212
212
|
requirements:
|
213
213
|
- - "~>"
|
214
214
|
- !ruby/object:Gem::Version
|
215
|
-
version:
|
215
|
+
version: '1.3'
|
216
216
|
type: :development
|
217
217
|
prerelease: false
|
218
218
|
version_requirements: !ruby/object:Gem::Requirement
|
219
219
|
requirements:
|
220
220
|
- - "~>"
|
221
221
|
- !ruby/object:Gem::Version
|
222
|
-
version:
|
222
|
+
version: '1.3'
|
223
223
|
- !ruby/object:Gem::Dependency
|
224
|
-
name:
|
224
|
+
name: rspec
|
225
225
|
requirement: !ruby/object:Gem::Requirement
|
226
226
|
requirements:
|
227
227
|
- - "~>"
|
228
228
|
- !ruby/object:Gem::Version
|
229
|
-
version: '
|
229
|
+
version: '3.9'
|
230
230
|
type: :development
|
231
231
|
prerelease: false
|
232
232
|
version_requirements: !ruby/object:Gem::Requirement
|
233
233
|
requirements:
|
234
234
|
- - "~>"
|
235
235
|
- !ruby/object:Gem::Version
|
236
|
-
version: '
|
236
|
+
version: '3.9'
|
237
|
+
- !ruby/object:Gem::Dependency
|
238
|
+
name: rspec-core
|
239
|
+
requirement: !ruby/object:Gem::Requirement
|
240
|
+
requirements:
|
241
|
+
- - "~>"
|
242
|
+
- !ruby/object:Gem::Version
|
243
|
+
version: '3.9'
|
244
|
+
type: :development
|
245
|
+
prerelease: false
|
246
|
+
version_requirements: !ruby/object:Gem::Requirement
|
247
|
+
requirements:
|
248
|
+
- - "~>"
|
249
|
+
- !ruby/object:Gem::Version
|
250
|
+
version: '3.9'
|
251
|
+
- !ruby/object:Gem::Dependency
|
252
|
+
name: rspec-its
|
253
|
+
requirement: !ruby/object:Gem::Requirement
|
254
|
+
requirements:
|
255
|
+
- - "~>"
|
256
|
+
- !ruby/object:Gem::Version
|
257
|
+
version: 1.2.0
|
258
|
+
type: :development
|
259
|
+
prerelease: false
|
260
|
+
version_requirements: !ruby/object:Gem::Requirement
|
261
|
+
requirements:
|
262
|
+
- - "~>"
|
263
|
+
- !ruby/object:Gem::Version
|
264
|
+
version: 1.2.0
|
265
|
+
- !ruby/object:Gem::Dependency
|
266
|
+
name: rubocop
|
267
|
+
requirement: !ruby/object:Gem::Requirement
|
268
|
+
requirements:
|
269
|
+
- - "~>"
|
270
|
+
- !ruby/object:Gem::Version
|
271
|
+
version: 0.79.0
|
272
|
+
type: :development
|
273
|
+
prerelease: false
|
274
|
+
version_requirements: !ruby/object:Gem::Requirement
|
275
|
+
requirements:
|
276
|
+
- - "~>"
|
277
|
+
- !ruby/object:Gem::Version
|
278
|
+
version: 0.79.0
|
237
279
|
description: Mutation Testing for Ruby.
|
238
280
|
email:
|
239
281
|
- mbj@schirp-dso.com
|
@@ -243,33 +285,11 @@ extensions: []
|
|
243
285
|
extra_rdoc_files:
|
244
286
|
- LICENSE
|
245
287
|
files:
|
246
|
-
- ".github/workflows/ci.yml"
|
247
|
-
- ".gitignore"
|
248
|
-
- ".rspec"
|
249
|
-
- ".rubocop.yml"
|
250
|
-
- Changelog.md
|
251
|
-
- Gemfile
|
252
|
-
- Gemfile.lock
|
253
|
-
- Gemfile.shared
|
254
288
|
- LICENSE
|
255
|
-
- README.md
|
256
|
-
- Rakefile
|
257
289
|
- bin/mutant
|
258
|
-
- config/devtools.yml
|
259
|
-
- config/reek.yml
|
260
|
-
- config/rubocop.yml
|
261
|
-
- config/yardstick.yml
|
262
|
-
- docs/commercial-support.md
|
263
|
-
- docs/concurrency.md
|
264
|
-
- docs/incremental.md
|
265
|
-
- docs/known-problems.md
|
266
|
-
- docs/limitations.md
|
267
|
-
- docs/mutant-minitest.md
|
268
|
-
- docs/mutant-rspec.md
|
269
|
-
- docs/nomenclature.md
|
270
|
-
- docs/reading-reports.md
|
271
290
|
- lib/mutant.rb
|
272
291
|
- lib/mutant/ast.rb
|
292
|
+
- lib/mutant/ast/find_metaclass_containing.rb
|
273
293
|
- lib/mutant/ast/meta.rb
|
274
294
|
- lib/mutant/ast/meta/const.rb
|
275
295
|
- lib/mutant/ast/meta/optarg.rb
|
@@ -283,10 +303,8 @@ files:
|
|
283
303
|
- lib/mutant/ast/types.rb
|
284
304
|
- lib/mutant/bootstrap.rb
|
285
305
|
- lib/mutant/cli.rb
|
286
|
-
- lib/mutant/color.rb
|
287
306
|
- lib/mutant/config.rb
|
288
307
|
- lib/mutant/context.rb
|
289
|
-
- lib/mutant/diff.rb
|
290
308
|
- lib/mutant/env.rb
|
291
309
|
- lib/mutant/expression.rb
|
292
310
|
- lib/mutant/expression/method.rb
|
@@ -309,6 +327,7 @@ files:
|
|
309
327
|
- lib/mutant/matcher/filter.rb
|
310
328
|
- lib/mutant/matcher/method.rb
|
311
329
|
- lib/mutant/matcher/method/instance.rb
|
330
|
+
- lib/mutant/matcher/method/metaclass.rb
|
312
331
|
- lib/mutant/matcher/method/singleton.rb
|
313
332
|
- lib/mutant/matcher/methods.rb
|
314
333
|
- lib/mutant/matcher/namespace.rb
|
@@ -319,6 +338,7 @@ files:
|
|
319
338
|
- lib/mutant/meta/example.rb
|
320
339
|
- lib/mutant/meta/example/dsl.rb
|
321
340
|
- lib/mutant/meta/example/verification.rb
|
341
|
+
- lib/mutant/minitest/coverage.rb
|
322
342
|
- lib/mutant/mutation.rb
|
323
343
|
- lib/mutant/mutator.rb
|
324
344
|
- lib/mutant/mutator/node.rb
|
@@ -328,6 +348,7 @@ files:
|
|
328
348
|
- lib/mutant/mutator/node/begin.rb
|
329
349
|
- lib/mutant/mutator/node/binary.rb
|
330
350
|
- lib/mutant/mutator/node/block.rb
|
351
|
+
- lib/mutant/mutator/node/block_pass.rb
|
331
352
|
- lib/mutant/mutator/node/break.rb
|
332
353
|
- lib/mutant/mutator/node/case.rb
|
333
354
|
- lib/mutant/mutator/node/class.rb
|
@@ -368,6 +389,7 @@ files:
|
|
368
389
|
- lib/mutant/mutator/node/resbody.rb
|
369
390
|
- lib/mutant/mutator/node/rescue.rb
|
370
391
|
- lib/mutant/mutator/node/return.rb
|
392
|
+
- lib/mutant/mutator/node/sclass.rb
|
371
393
|
- lib/mutant/mutator/node/send.rb
|
372
394
|
- lib/mutant/mutator/node/send/attribute_assignment.rb
|
373
395
|
- lib/mutant/mutator/node/send/binary.rb
|
@@ -418,6 +440,7 @@ files:
|
|
418
440
|
- lib/mutant/subject.rb
|
419
441
|
- lib/mutant/subject/method.rb
|
420
442
|
- lib/mutant/subject/method/instance.rb
|
443
|
+
- lib/mutant/subject/method/metaclass.rb
|
421
444
|
- lib/mutant/subject/method/singleton.rb
|
422
445
|
- lib/mutant/test.rb
|
423
446
|
- lib/mutant/timer.rb
|
@@ -426,198 +449,6 @@ files:
|
|
426
449
|
- lib/mutant/version.rb
|
427
450
|
- lib/mutant/warnings.rb
|
428
451
|
- lib/mutant/zombifier.rb
|
429
|
-
- meta/and.rb
|
430
|
-
- meta/and_asgn.rb
|
431
|
-
- meta/array.rb
|
432
|
-
- meta/begin.rb
|
433
|
-
- meta/block.rb
|
434
|
-
- meta/block_pass.rb
|
435
|
-
- meta/blockarg.rb
|
436
|
-
- meta/break.rb
|
437
|
-
- meta/case.rb
|
438
|
-
- meta/casgn.rb
|
439
|
-
- meta/cbase.rb
|
440
|
-
- meta/class.rb
|
441
|
-
- meta/const.rb
|
442
|
-
- meta/csend.rb
|
443
|
-
- meta/cvar.rb
|
444
|
-
- meta/cvasgn.rb
|
445
|
-
- meta/date.rb
|
446
|
-
- meta/def.rb
|
447
|
-
- meta/defined.rb
|
448
|
-
- meta/dstr.rb
|
449
|
-
- meta/dsym.rb
|
450
|
-
- meta/ensure.rb
|
451
|
-
- meta/false.rb
|
452
|
-
- meta/file.rb
|
453
|
-
- meta/float.rb
|
454
|
-
- meta/gvar.rb
|
455
|
-
- meta/gvasgn.rb
|
456
|
-
- meta/hash.rb
|
457
|
-
- meta/if.rb
|
458
|
-
- meta/index.rb
|
459
|
-
- meta/indexasgn.rb
|
460
|
-
- meta/int.rb
|
461
|
-
- meta/ivar.rb
|
462
|
-
- meta/ivasgn.rb
|
463
|
-
- meta/kwarg.rb
|
464
|
-
- meta/kwbegin.rb
|
465
|
-
- meta/kwoptarg.rb
|
466
|
-
- meta/lambda.rb
|
467
|
-
- meta/line.rb
|
468
|
-
- meta/lvar.rb
|
469
|
-
- meta/lvasgn.rb
|
470
|
-
- meta/masgn.rb
|
471
|
-
- meta/match_current_line.rb
|
472
|
-
- meta/next.rb
|
473
|
-
- meta/nil.rb
|
474
|
-
- meta/nthref.rb
|
475
|
-
- meta/op_assgn.rb
|
476
|
-
- meta/or.rb
|
477
|
-
- meta/or_asgn.rb
|
478
|
-
- meta/range.rb
|
479
|
-
- meta/redo.rb
|
480
|
-
- meta/regexp.rb
|
481
|
-
- meta/regopt.rb
|
482
|
-
- meta/rescue.rb
|
483
|
-
- meta/return.rb
|
484
|
-
- meta/self.rb
|
485
|
-
- meta/send.rb
|
486
|
-
- meta/str.rb
|
487
|
-
- meta/super.rb
|
488
|
-
- meta/sym.rb
|
489
|
-
- meta/true.rb
|
490
|
-
- meta/until.rb
|
491
|
-
- meta/while.rb
|
492
|
-
- meta/yield.rb
|
493
|
-
- mutant-minitest.gemspec
|
494
|
-
- mutant-rspec.gemspec
|
495
|
-
- mutant.gemspec
|
496
|
-
- mutant.yml
|
497
|
-
- spec/integration/mutant/corpus_spec.rb
|
498
|
-
- spec/integration/mutant/isolation/fork_spec.rb
|
499
|
-
- spec/integration/mutant/minitest_spec.rb
|
500
|
-
- spec/integration/mutant/null_spec.rb
|
501
|
-
- spec/integration/mutant/rspec_spec.rb
|
502
|
-
- spec/integration/mutant/test_mutator_handles_types_spec.rb
|
503
|
-
- spec/integrations.yml
|
504
|
-
- spec/shared/base_behavior.rb
|
505
|
-
- spec/shared/framework_integration_behavior.rb
|
506
|
-
- spec/shared/method_matcher_behavior.rb
|
507
|
-
- spec/spec_helper.rb
|
508
|
-
- spec/support/corpus.rb
|
509
|
-
- spec/support/file_system.rb
|
510
|
-
- spec/support/ice_nine_config.rb
|
511
|
-
- spec/support/ruby_vm.rb
|
512
|
-
- spec/support/shared_context.rb
|
513
|
-
- spec/support/test_app.rb
|
514
|
-
- spec/support/warnings.yml
|
515
|
-
- spec/support/xspec.rb
|
516
|
-
- spec/unit/mutant/ast/meta/optarg_spec.rb
|
517
|
-
- spec/unit/mutant/ast/meta/send/proc_predicate_spec.rb
|
518
|
-
- spec/unit/mutant/ast/meta/send/receiver_possible_top_level_const_predicate_spec.rb
|
519
|
-
- spec/unit/mutant/ast/meta/send_spec.rb
|
520
|
-
- spec/unit/mutant/ast/named_children_spec.rb
|
521
|
-
- spec/unit/mutant/ast/sexp_spec.rb
|
522
|
-
- spec/unit/mutant/ast_spec.rb
|
523
|
-
- spec/unit/mutant/bootstrap_spec.rb
|
524
|
-
- spec/unit/mutant/cli_spec.rb
|
525
|
-
- spec/unit/mutant/clock_monotonic_spec.rb
|
526
|
-
- spec/unit/mutant/config_spec.rb
|
527
|
-
- spec/unit/mutant/context_spec.rb
|
528
|
-
- spec/unit/mutant/diff_spec.rb
|
529
|
-
- spec/unit/mutant/env_spec.rb
|
530
|
-
- spec/unit/mutant/expression/method_spec.rb
|
531
|
-
- spec/unit/mutant/expression/methods_spec.rb
|
532
|
-
- spec/unit/mutant/expression/namespace/exact_spec.rb
|
533
|
-
- spec/unit/mutant/expression/namespace/recursive_spec.rb
|
534
|
-
- spec/unit/mutant/expression/parser_spec.rb
|
535
|
-
- spec/unit/mutant/expression_spec.rb
|
536
|
-
- spec/unit/mutant/integration/rspec_spec.rb
|
537
|
-
- spec/unit/mutant/integration_spec.rb
|
538
|
-
- spec/unit/mutant/isolation/fork_spec.rb
|
539
|
-
- spec/unit/mutant/isolation/none_spec.rb
|
540
|
-
- spec/unit/mutant/isolation/result_spec.rb
|
541
|
-
- spec/unit/mutant/license_spec.rb
|
542
|
-
- spec/unit/mutant/loader_spec.rb
|
543
|
-
- spec/unit/mutant/matcher/chain_spec.rb
|
544
|
-
- spec/unit/mutant/matcher/compiler_spec.rb
|
545
|
-
- spec/unit/mutant/matcher/config_spec.rb
|
546
|
-
- spec/unit/mutant/matcher/filter_spec.rb
|
547
|
-
- spec/unit/mutant/matcher/method/instance_spec.rb
|
548
|
-
- spec/unit/mutant/matcher/method/singleton_spec.rb
|
549
|
-
- spec/unit/mutant/matcher/methods/instance_spec.rb
|
550
|
-
- spec/unit/mutant/matcher/methods/singleton_spec.rb
|
551
|
-
- spec/unit/mutant/matcher/namespace_spec.rb
|
552
|
-
- spec/unit/mutant/matcher/null_spec.rb
|
553
|
-
- spec/unit/mutant/matcher/scope_spec.rb
|
554
|
-
- spec/unit/mutant/matcher/static_spec.rb
|
555
|
-
- spec/unit/mutant/matcher_spec.rb
|
556
|
-
- spec/unit/mutant/meta/example/dsl_spec.rb
|
557
|
-
- spec/unit/mutant/meta/example/verification_spec.rb
|
558
|
-
- spec/unit/mutant/meta/example_spec.rb
|
559
|
-
- spec/unit/mutant/mutation_spec.rb
|
560
|
-
- spec/unit/mutant/mutator/node_spec.rb
|
561
|
-
- spec/unit/mutant/mutator_spec.rb
|
562
|
-
- spec/unit/mutant/parallel/driver_spec.rb
|
563
|
-
- spec/unit/mutant/parallel/source/array_spec.rb
|
564
|
-
- spec/unit/mutant/parallel/worker_spec.rb
|
565
|
-
- spec/unit/mutant/parallel_spec.rb
|
566
|
-
- spec/unit/mutant/parser_spec.rb
|
567
|
-
- spec/unit/mutant/range_spec.rb
|
568
|
-
- spec/unit/mutant/registry_spec.rb
|
569
|
-
- spec/unit/mutant/reporter/cli/printer/config_spec.rb
|
570
|
-
- spec/unit/mutant/reporter/cli/printer/env_progress_spec.rb
|
571
|
-
- spec/unit/mutant/reporter/cli/printer/env_result_spec.rb
|
572
|
-
- spec/unit/mutant/reporter/cli/printer/isolation_result_spec.rb
|
573
|
-
- spec/unit/mutant/reporter/cli/printer/mutation_progress_result_spec.rb
|
574
|
-
- spec/unit/mutant/reporter/cli/printer/mutation_result_spec.rb
|
575
|
-
- spec/unit/mutant/reporter/cli/printer/status_progressive_spec.rb
|
576
|
-
- spec/unit/mutant/reporter/cli/printer/subject_progress_spec.rb
|
577
|
-
- spec/unit/mutant/reporter/cli/printer/subject_result_spec.rb
|
578
|
-
- spec/unit/mutant/reporter/cli/printer/test_result_spec.rb
|
579
|
-
- spec/unit/mutant/reporter/cli/printer_spec.rb
|
580
|
-
- spec/unit/mutant/reporter/cli_spec.rb
|
581
|
-
- spec/unit/mutant/reporter/null_spec.rb
|
582
|
-
- spec/unit/mutant/reporter/sequence_spec.rb
|
583
|
-
- spec/unit/mutant/repository/diff/ranges_spec.rb
|
584
|
-
- spec/unit/mutant/repository/diff_spec.rb
|
585
|
-
- spec/unit/mutant/repository/subject_filter_spec.rb
|
586
|
-
- spec/unit/mutant/require_highjack_spec.rb
|
587
|
-
- spec/unit/mutant/result/class_methods_spec.rb
|
588
|
-
- spec/unit/mutant/result/env_spec.rb
|
589
|
-
- spec/unit/mutant/result/mutation_spec.rb
|
590
|
-
- spec/unit/mutant/result/subject_spec.rb
|
591
|
-
- spec/unit/mutant/result/test_spec.rb
|
592
|
-
- spec/unit/mutant/result_spec.rb
|
593
|
-
- spec/unit/mutant/runner/sink_spec.rb
|
594
|
-
- spec/unit/mutant/runner_spec.rb
|
595
|
-
- spec/unit/mutant/selector/expression_spec.rb
|
596
|
-
- spec/unit/mutant/selector/null_spec.rb
|
597
|
-
- spec/unit/mutant/subject/method/instance_spec.rb
|
598
|
-
- spec/unit/mutant/subject/method/singleton_spec.rb
|
599
|
-
- spec/unit/mutant/subject_spec.rb
|
600
|
-
- spec/unit/mutant/transform/array_spec.rb
|
601
|
-
- spec/unit/mutant/transform/bool_spec.rb
|
602
|
-
- spec/unit/mutant/transform/error_spec.rb
|
603
|
-
- spec/unit/mutant/transform/exception_spec.rb
|
604
|
-
- spec/unit/mutant/transform/hash_spec.rb
|
605
|
-
- spec/unit/mutant/transform/index_spec.rb
|
606
|
-
- spec/unit/mutant/transform/named_spec.rb
|
607
|
-
- spec/unit/mutant/transform/primitive_spec.rb
|
608
|
-
- spec/unit/mutant/transform/sequence_spec.rb
|
609
|
-
- spec/unit/mutant/util/one_spec.rb
|
610
|
-
- spec/unit/mutant/warnings_spec.rb
|
611
|
-
- spec/unit/mutant/world_spec.rb
|
612
|
-
- spec/unit/mutant/zombifier_spec.rb
|
613
|
-
- test_app/.rspec
|
614
|
-
- test_app/Gemfile.minitest
|
615
|
-
- test_app/Gemfile.rspec3.8
|
616
|
-
- test_app/lib/test_app.rb
|
617
|
-
- test_app/lib/test_app/literal.rb
|
618
|
-
- test_app/spec/spec_helper.rb
|
619
|
-
- test_app/spec/unit/test_app/literal_spec.rb
|
620
|
-
- test_app/test/unit/test_app/literal_test.rb
|
621
452
|
homepage: https://github.com/mbj/mutant
|
622
453
|
licenses:
|
623
454
|
- Nonstandard
|
@@ -641,107 +472,4 @@ rubygems_version: 3.1.2
|
|
641
472
|
signing_key:
|
642
473
|
specification_version: 4
|
643
474
|
summary: ''
|
644
|
-
test_files:
|
645
|
-
- spec/integration/mutant/corpus_spec.rb
|
646
|
-
- spec/integration/mutant/isolation/fork_spec.rb
|
647
|
-
- spec/integration/mutant/minitest_spec.rb
|
648
|
-
- spec/integration/mutant/null_spec.rb
|
649
|
-
- spec/integration/mutant/rspec_spec.rb
|
650
|
-
- spec/integration/mutant/test_mutator_handles_types_spec.rb
|
651
|
-
- spec/unit/mutant/ast/meta/optarg_spec.rb
|
652
|
-
- spec/unit/mutant/ast/meta/send/proc_predicate_spec.rb
|
653
|
-
- spec/unit/mutant/ast/meta/send/receiver_possible_top_level_const_predicate_spec.rb
|
654
|
-
- spec/unit/mutant/ast/meta/send_spec.rb
|
655
|
-
- spec/unit/mutant/ast/named_children_spec.rb
|
656
|
-
- spec/unit/mutant/ast/sexp_spec.rb
|
657
|
-
- spec/unit/mutant/ast_spec.rb
|
658
|
-
- spec/unit/mutant/bootstrap_spec.rb
|
659
|
-
- spec/unit/mutant/cli_spec.rb
|
660
|
-
- spec/unit/mutant/clock_monotonic_spec.rb
|
661
|
-
- spec/unit/mutant/config_spec.rb
|
662
|
-
- spec/unit/mutant/context_spec.rb
|
663
|
-
- spec/unit/mutant/diff_spec.rb
|
664
|
-
- spec/unit/mutant/env_spec.rb
|
665
|
-
- spec/unit/mutant/expression/method_spec.rb
|
666
|
-
- spec/unit/mutant/expression/methods_spec.rb
|
667
|
-
- spec/unit/mutant/expression/namespace/exact_spec.rb
|
668
|
-
- spec/unit/mutant/expression/namespace/recursive_spec.rb
|
669
|
-
- spec/unit/mutant/expression/parser_spec.rb
|
670
|
-
- spec/unit/mutant/expression_spec.rb
|
671
|
-
- spec/unit/mutant/integration/rspec_spec.rb
|
672
|
-
- spec/unit/mutant/integration_spec.rb
|
673
|
-
- spec/unit/mutant/isolation/fork_spec.rb
|
674
|
-
- spec/unit/mutant/isolation/none_spec.rb
|
675
|
-
- spec/unit/mutant/isolation/result_spec.rb
|
676
|
-
- spec/unit/mutant/license_spec.rb
|
677
|
-
- spec/unit/mutant/loader_spec.rb
|
678
|
-
- spec/unit/mutant/matcher/chain_spec.rb
|
679
|
-
- spec/unit/mutant/matcher/compiler_spec.rb
|
680
|
-
- spec/unit/mutant/matcher/config_spec.rb
|
681
|
-
- spec/unit/mutant/matcher/filter_spec.rb
|
682
|
-
- spec/unit/mutant/matcher/method/instance_spec.rb
|
683
|
-
- spec/unit/mutant/matcher/method/singleton_spec.rb
|
684
|
-
- spec/unit/mutant/matcher/methods/instance_spec.rb
|
685
|
-
- spec/unit/mutant/matcher/methods/singleton_spec.rb
|
686
|
-
- spec/unit/mutant/matcher/namespace_spec.rb
|
687
|
-
- spec/unit/mutant/matcher/null_spec.rb
|
688
|
-
- spec/unit/mutant/matcher/scope_spec.rb
|
689
|
-
- spec/unit/mutant/matcher/static_spec.rb
|
690
|
-
- spec/unit/mutant/matcher_spec.rb
|
691
|
-
- spec/unit/mutant/meta/example/dsl_spec.rb
|
692
|
-
- spec/unit/mutant/meta/example/verification_spec.rb
|
693
|
-
- spec/unit/mutant/meta/example_spec.rb
|
694
|
-
- spec/unit/mutant/mutation_spec.rb
|
695
|
-
- spec/unit/mutant/mutator/node_spec.rb
|
696
|
-
- spec/unit/mutant/mutator_spec.rb
|
697
|
-
- spec/unit/mutant/parallel/driver_spec.rb
|
698
|
-
- spec/unit/mutant/parallel/source/array_spec.rb
|
699
|
-
- spec/unit/mutant/parallel/worker_spec.rb
|
700
|
-
- spec/unit/mutant/parallel_spec.rb
|
701
|
-
- spec/unit/mutant/parser_spec.rb
|
702
|
-
- spec/unit/mutant/range_spec.rb
|
703
|
-
- spec/unit/mutant/registry_spec.rb
|
704
|
-
- spec/unit/mutant/reporter/cli/printer/config_spec.rb
|
705
|
-
- spec/unit/mutant/reporter/cli/printer/env_progress_spec.rb
|
706
|
-
- spec/unit/mutant/reporter/cli/printer/env_result_spec.rb
|
707
|
-
- spec/unit/mutant/reporter/cli/printer/isolation_result_spec.rb
|
708
|
-
- spec/unit/mutant/reporter/cli/printer/mutation_progress_result_spec.rb
|
709
|
-
- spec/unit/mutant/reporter/cli/printer/mutation_result_spec.rb
|
710
|
-
- spec/unit/mutant/reporter/cli/printer/status_progressive_spec.rb
|
711
|
-
- spec/unit/mutant/reporter/cli/printer/subject_progress_spec.rb
|
712
|
-
- spec/unit/mutant/reporter/cli/printer/subject_result_spec.rb
|
713
|
-
- spec/unit/mutant/reporter/cli/printer/test_result_spec.rb
|
714
|
-
- spec/unit/mutant/reporter/cli/printer_spec.rb
|
715
|
-
- spec/unit/mutant/reporter/cli_spec.rb
|
716
|
-
- spec/unit/mutant/reporter/null_spec.rb
|
717
|
-
- spec/unit/mutant/reporter/sequence_spec.rb
|
718
|
-
- spec/unit/mutant/repository/diff/ranges_spec.rb
|
719
|
-
- spec/unit/mutant/repository/diff_spec.rb
|
720
|
-
- spec/unit/mutant/repository/subject_filter_spec.rb
|
721
|
-
- spec/unit/mutant/require_highjack_spec.rb
|
722
|
-
- spec/unit/mutant/result/class_methods_spec.rb
|
723
|
-
- spec/unit/mutant/result/env_spec.rb
|
724
|
-
- spec/unit/mutant/result/mutation_spec.rb
|
725
|
-
- spec/unit/mutant/result/subject_spec.rb
|
726
|
-
- spec/unit/mutant/result/test_spec.rb
|
727
|
-
- spec/unit/mutant/result_spec.rb
|
728
|
-
- spec/unit/mutant/runner/sink_spec.rb
|
729
|
-
- spec/unit/mutant/runner_spec.rb
|
730
|
-
- spec/unit/mutant/selector/expression_spec.rb
|
731
|
-
- spec/unit/mutant/selector/null_spec.rb
|
732
|
-
- spec/unit/mutant/subject/method/instance_spec.rb
|
733
|
-
- spec/unit/mutant/subject/method/singleton_spec.rb
|
734
|
-
- spec/unit/mutant/subject_spec.rb
|
735
|
-
- spec/unit/mutant/transform/array_spec.rb
|
736
|
-
- spec/unit/mutant/transform/bool_spec.rb
|
737
|
-
- spec/unit/mutant/transform/error_spec.rb
|
738
|
-
- spec/unit/mutant/transform/exception_spec.rb
|
739
|
-
- spec/unit/mutant/transform/hash_spec.rb
|
740
|
-
- spec/unit/mutant/transform/index_spec.rb
|
741
|
-
- spec/unit/mutant/transform/named_spec.rb
|
742
|
-
- spec/unit/mutant/transform/primitive_spec.rb
|
743
|
-
- spec/unit/mutant/transform/sequence_spec.rb
|
744
|
-
- spec/unit/mutant/util/one_spec.rb
|
745
|
-
- spec/unit/mutant/warnings_spec.rb
|
746
|
-
- spec/unit/mutant/world_spec.rb
|
747
|
-
- spec/unit/mutant/zombifier_spec.rb
|
475
|
+
test_files: []
|