()
| 68 | } |
| 69 | |
| 70 | function getEstimatedFinishTime() { |
| 71 | return new Date(+(new Date()) + (stats.wordCount - latest().wordCount) / getWordsPerMs()); |
| 72 | } |
| 73 | |
| 74 | function saveStats() { |
| 75 | stats.windows.previous = stats.windows.current; |
no test coverage detected