Code Coverage or Test Coverage is a way to measure what lines of code and branches in your code that are utilized during testing. Coverage tools are an important part of software engineering. But there’s also lots of different opinions about using it. Should you try for 100% coverage? What code can and should you exclude? What about targets?

#code #testing #coverage

Code Coverage and 100% Coverage
4.90 GEEK