Parent
Part of #40.
What to build
Raise kill rate on command-entry mutants in src/lib.rs using only memory-safe batches: one function and one mutator group at a time, no --coverage, narrow --test cli --lib. Add kill tests through messrust::run for every escaped mutant that is not proven equivalent. Delete production code that no command path can reach.
Acceptance criteria
Blocked by
Parent
Part of #40.
What to build
Raise kill rate on command-entry mutants in
src/lib.rsusing only memory-safe batches: one function and one mutator group at a time, no--coverage, narrow--test cli --lib. Add kill tests throughmessrust::runfor every escaped mutant that is not proven equivalent. Delete production code that no command path can reach.Acceptance criteria
--workers 1,CARGO_BUILD_JOBS=1).messrust::run, or a short note that the mutant is equivalent / dead code removed.--coverageand no full-suite mutation run.$TMPDIR/mutarust-*are cleared after each batch.cargo testpasses. No new clippy warnings. No mutator-disable / baseline / blacklist.Blocked by