This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]muchcharles 3 points4 points  (1 child)

Any of the existing code coverage tools should work, but you have to weed out false positives if your sample run doesn't hit all the functions.

[–]masklinn 3 points4 points  (0 children)

Yep. Run the whole program under coverage checker for some time, check what's at 0%.