383384385386387388389
return getPassCount() + getFailCount() + getSkipCount(); } @Override public History getHistory() { return new History(this); }
374375376377378379380