MutationScoreHistory

History of how the mutation score have evolved over time.

The history is ordered in ascending by date. Each day is the average of the recorded mutation score.

Constructors

this
this(MutationScore[] data)
Undocumented in source.

Members

Functions

rollingAvg
const(MutationScoreHistory) rollingAvg(size_t avgDays)
Undocumented in source. Be warned that the author may not have intended to support it.

Static variables

avgLong
size_t avgLong;
Undocumented in source.
avgShort
size_t avgShort;
Undocumented in source.

Variables

data
MutationScore[] data;

only one score for each date.

Meta