9.2 — Code coverage

In the previous lesson , we discussed how to write and preserve simple tests. In this lesson, we’ll talk about what kind of tests are useful to write to ensure your code is correct. The term is used to describe how much of the source code of a program is …