Clears collected code coverage data.
public function clear() : void { $this->currentId = null; $this->currentSize = null; $this->data = new ProcessedCodeCoverageData(); $this->tests = []; $this->cachedReport = null; }