raghu@dark-factory :~/kb/mutation-testing $ cat

Mutation Testing

A test-suite quality technique that injects small code faults (mutants) and measures how many the tests catch, exposing gaps that line coverage alone hides.

grounded in: doctrine's '100% coverage floor' verification layer in principles.md + the system's gen_coverage.py capability

Connected concepts

100% coverage floor, Verification loops, Evals & benchmarks, Verify

Explore it live in the knowledge graph →