In the general case, look at every line of code that you have been assigned to review. source
Often times the version control software will only show the changed lines. But it's important to read the lines before and after, or the whole file, to ensure you understand exactly what the change is doing. source
- Don't try to rush a PR review if you’re busy or rushing. This is how details are missed and context is glossed over.