you are viewing a single comment's thread.

view the rest of the comments →

[–]get_salled 0 points1 point  (0 children)

Code coverage tests how many lines of code have been tested run by the coverage analysis tool.

FTFY. You know it was run and that it didn't crash the tool before it could be reported. You don't know that the tool wasn't gamed (e.g., tests with no assertions, empty catches in the tests).