Database.totalMutants

struct Database
alias totalMutants = countMutants!([Mutation.Status.alive, Mutation.Status.killed, Mutation.Status.timeout], false)

Return Value

Total that should be counted when calculating the mutation score.

Meta