File: mutant.yml

package info (click to toggle)
ruby-unparser 0.6.13-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 936 kB
  • sloc: ruby: 7,691; sh: 6; makefile: 4
file content (44 lines) | stat: -rw-r--r-- 1,642 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
---
includes:
- lib
integration: rspec
requires:
- unparser
matcher:
  subjects:
  - 'Unparser*'
  ignore:
  - 'Unparser::Builder#initialize'
  - 'Unparser::CLI*'
  - 'Unparser::Concord#define_readers'
  - 'Unparser::Emitter#emit_comments'
  - 'Unparser::Emitter#emit_comments_before'
  - 'Unparser::Emitter#emit_eol_comments'
  - 'Unparser::Emitter.handle'
  - 'Unparser::Emitter::Args#normal_arguments'
  - 'Unparser::Emitter::Args#shadowargs'
  - 'Unparser::Emitter::Array#emitters'
  - 'Unparser::Emitter::Binary#writer'
  - 'Unparser::Emitter::Block#target_writer'
  - 'Unparser::Emitter::BlockPass#dispatch' # 3.1+ specific
  - 'Unparser::Emitter::Class#dispatch'
  - 'Unparser::Emitter::Class#local_variable_scope'
  - 'Unparser::Emitter::Def#local_variable_scope'
  - 'Unparser::Emitter::FindPattern#dispatch' # 3.0+ specific
  - 'Unparser::Emitter::Hash#emit_heredoc_reminder_member' # 3.2+ specific
  - 'Unparser::Emitter::HashPattern#write_symbol_body'
  - 'Unparser::Emitter::LocalVariableRoot*'
  - 'Unparser::Emitter::LocalVariableRoot.included'
  - 'Unparser::Emitter::MatchPatternP#dispatch' # 3.0+ specific
  - 'Unparser::Emitter::MatchRest#dispatch' # 3.0+ specific
  - 'Unparser::Emitter::Module#local_variable_scope'
  - 'Unparser::Emitter::Root#local_variable_scope'
  - 'Unparser::Emitter::Send#writer'
  - 'Unparser::NodeDetails.included'
  - 'Unparser::Validation.from_string'
  - 'Unparser::Validation::Literal*'
  - 'Unparser::Writer.included'
  - 'Unparser::Writer::Binary#left_emitter'
  - 'Unparser::Writer::Binary#right_emitter'
  - 'Unparser::Writer::Send#details'
  - 'Unparser::Writer::Send#effective_writer'