February 10th, 2008
Source Code Coverage

This really happened to me.
I really had a hard time explaining that when I received results of my source code coverage.
And before anyone points it out, yes the function only contained one return statement and yes, the function did get called somewhere else in the code. It had no choice but to execute that return statement.
After consulting with other engineers, in the end, we decided that it was tool bug.

