From time to time I get questions about why a developer would use code coverage or how best to use it, so I’ve put together a compilation of my thoughts about code coverage analysis and how it should be done. I’ll be writing a… Continue Reading
Branch Coverage
The primary value of branch coverage is to measure how much of your program’s structure is being exercised by your tests.