rebar3_mutate_operators (rebar3_mutate v0.5.4)
View SourceSummary
Types
-type mutation() :: {operator(), erl_syntax:syntaxTree()}.
-type operator() ::
op_arithmetic | op_relational | op_boolean | op_return_value | op_statement_delete |
op_constant | op_negate_condition | op_list.
Functions
-spec all() -> [operator()].
-spec mutate_node(erl_syntax:syntaxTree(), [operator()]) -> [mutation()].