Mutant's mode of operation that restricts analysis to subjects touched in the current iteration/PR. Rationale: developers rightfully refuse to deal with alive mutations in 10-year-old code they didn't write; attention is scoped to the current task. Key to adopting mutation testing today on a real commercial codebase — even if the match expression evaluates to thousands of subjects, incremental mode subsets it to the handful touched, fast enough to run on CI in the normal cycle.