Test coverage is the procedure you use to decide if you're testing all the things you're supposed to try. It allows you to check the quality of your testing. By finding the parts that aren't previously covered, test coverage helps you develop tests for those parts, improving the total quality of your test.
In addition, test coverage allows us to count things to know what has been tested or not; then, we measure the range.