|
|
|
|
|
by inetknght
1905 days ago
|
|
> but if the else branch is not covered, the race will be missed. Yes. > true 100% test coverage is probably not possible or feasible in large complex projects. I have yet to encounter a single large complex project where 100% test coverage is not possible. I have encountered such projects where 100% test coverage required massive refactoring of the code to facilitate testing and doing so resulting in fixing most customer complaints received. |
|