RuntimeException
public function countInSourceFile(string $sourceFile) : LinesOfCode { return $this->countInSourceString(file_get_contents($sourceFile)); }