var fDesc=new Array(); fDesc[0] = "NCover helps you monitor the quality of your company's code no matter what your role is.
By running NCover Complete on all your developers’ desktops, you build a stronger team of developers, save wasted time on failed builds, and increase project profitability.
- Code quality dashboard provides comparative metrics along with trend data
- Color themed code provides instant feedback on untested source files
- Instant build analysis provides analytics prior to submission to build server"; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }