mc-imperial / dredd

A mutation testing tool designed to work with large C++ (and C) codebases.
Apache License 2.0
13 stars 3 forks source link

Do not mutate top-level expressions in blocks #129

Closed afd closed 2 years ago

afd commented 2 years ago

Avoid applying general expression mutation to top-level expression statements that appear in compound statements, as there is little-to-no value in doing so.

Fixes #93.