Since Kanchoo is getting to be a serious app, it’s time to make rewrite, refactor, and to adopt automated testing. How do you know whether your tests cover all possible cases? That’s hard, but you can at least verify that all your code is covered. Yes, today we’re talking about code coverage. CoverStory is an awesome application for inspecting GCC’s gcov output. As you would expect from GCC, setti