It’s not very difficult to achieve 100% line coverage. It is more difficult to produce 100% branch coverage. And it is much more difficult (if at all possible) to ensure that all possible code paths are covered.
It’s not very difficult to achieve 100% line coverage. It is more difficult to produce 100% branch coverage. And it is much more difficult (if at all possible) to ensure that all possible code paths are covered.