Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

How many defects are actually detected by coverage testing?

0
Posted

How many defects are actually detected by coverage testing?

0

Nobody knows for sure, but you ought to figure that increasing branch coverage from 50% to around 90% will expose 5-10 defects per 1000 lines of code (KLOC). • Can I set up my makefiles to do coverage analysis automatically? You sure can! You make a one or two line modification to the makefile to tell it how to call the TestWorks instrumenter when you want to “make” an instrumented target. Then you “make instrumented version” rather than “make normal version.” Some people make instrumentation the normal and only take out the instrumentation prior to ship!

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123