public function setTotals(string $executable, string $executed, string $coverage) : void { $this->contextNode ->setAttribute('executable', $executable); $this->contextNode ->setAttribute('executed', $executed); $this->contextNode ->setAttribute('coverage', $coverage); }