|
|
|
|
|
by rhencke
2900 days ago
|
|
There is only one thing I have found code coverage is good for. Code coverage can tell you what code is not tested at all. Now, this is very useful. But: Code coverage can't tell you what code _is tested_. Code coverage can't tell you how _well_ code is tested. |
|