Why does gcov report 0% coverage on a header file for a well used class?
问题 I'm attempting to measure test coverage for the first time using gcov. Now that I'm past the initial learning curve, things seem to be going well, except for one little snag. I expect that it boils down to a lack of understanding on my part, so I'm hoping someone familiar with gcov can explain what's going on. The issue is that I have one particular header file showing 0% coverage. However the only thing in that header is a class declaration for a well-used class. In addition, The