rebar3_mutate_runner (rebar3_mutate v0.5.0)
View SourceSummary
Types
Functions
-spec compile_mutant(atom(), [erl_parse:abstract_form()]) -> {ok, binary()} | {compile_error, term()}.
-spec load_and_test(atom(), binary(), test_spec(), pos_integer()) -> verdict().
-spec run_baseline(atom(), test_spec(), pos_integer()) -> {ok, non_neg_integer()} | no_tests | {failed, term()}.
-spec run_mutant(atom(), [erl_parse:abstract_form()], test_spec(), pos_integer()) -> verdict().