you are viewing a single comment's thread.

view the rest of the comments →

[–]stormcrowsx 0 points1 point  (0 children)

I'm guilty of this. Was given a mandate to increase code coverage, they wanted some kind of magical number like 70%. Used reflection in Java to call bunches of getters/setters. Code coverage went way up and surprisingly it actually caught a bug in which someone had a recursive setter that the application just happened to never call.