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

Enums

Trend
enum Trend
Undocumented in source.

Functions

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

Structs

Estimate
struct Estimate
Undocumented in source.

Variables

data
MutationScore[] data;

only one score for each date.

estimate
Estimate estimate;
Undocumented in source.

Meta