|
|
|
|
|
by cgrealy
1335 days ago
|
|
Code coverage doesn't tell you much IMO. I'll take a system with 70% coverage that's focused on the really complex pieces over a system with 99% coverage that's mostly checking that "person.Name" returns the name. Your engineers should know where be dragons in the code and unit testing appropriately. |
|