I am using Pitest for mutation testing and I need lots of mutants for a project (for example 500 mutants). I need a matrix which shows which mutants that the Pitest has created, killed by which test cases. I can do it manually, but it takes a long time.
Is it possible to do it automatically? if Yes how, if no what is my choices for a solution?