EstimateScore

Estimate the mutation score.

Members

Functions

error
auto error()

The error in the estimate. The unit is the same as estimate.

update
void update(Mutation.Status s)

Update the estimate with the status of a mutant.

value
auto value()

The estimated mutation score.

Meta