DbMutant.totalSrcMutants

struct DbMutant
alias totalSrcMutants = countMutants!([Mutation.Status.alive, Mutation.Status.killed, Mutation.Status.timeout, Mutation.Status.noCoverage])

Return Value

Total that should be counted when calculating the mutation score.

Meta