Package io.cucumber.usageformatter
Class UsageReport.Statistics
java.lang.Object
io.cucumber.usageformatter.UsageReport.Statistics
- Enclosing class:
- UsageReport
-
Method Summary
-
Method Details
-
getSum
public io.cucumber.messages.types.Duration getSum() -
getMean
public io.cucumber.messages.types.Duration getMean() -
getMoe95
public io.cucumber.messages.types.Duration getMoe95()Margin of error with a 95% confidence interval.So assuming a normal distribution, the duration of a step will fall within
mean ± moe95with 95% probability.- See Also:
-