Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    text
    copied!<p>You can also use the tool <a href="http://www.NDepend.com" rel="nofollow noreferrer">NDepend</a> integrated inside <a href="http://www.ndepend.com/Doc_CI_Details.aspx" rel="nofollow noreferrer">your continuous integration process</a> to <a href="http://www.ndepend.com/Coverage.aspx" rel="nofollow noreferrer">gather NCover, dotCover or Visual Studio coverage metrics</a>. <em>Disclaimer: I am one of the developers of the tool</em></p> <p>Then you can write <a href="http://www.ndepend.com/Features.aspx#CQL" rel="nofollow noreferrer">Code Rules over LINQ Queries</a> concerning coverage data. Some Code Rules are proposed by default, this includes for example:</p> <ul> <li><a href="http://www.ndepend.com/DefaultRules/webframe.html?Q_Types_that_used_to_be_100__covered_but_not_anymore.html" rel="nofollow noreferrer">Types that used to be 100% covered but not anymore</a></li> <li><a href="http://www.ndepend.com/DefaultRules/webframe.html?Q_From_now,_all_types_added_or_refactored_should_be_100__covered_by_tests.html" rel="nofollow noreferrer">From now, all types added or refactored should be 100% covered by tests</a></li> <li><a href="http://www.ndepend.com/DefaultRules/webframe.html?Q_Complex_methods_partially_covered_by_tests_should_be_100__covered.html" rel="nofollow noreferrer">Complex methods partially covered by tests should be 100% covered</a></li> <li><a href="http://www.ndepend.com/DefaultRules/webframe.html?Q_C.R.A.P_method_code_metric.html" rel="nofollow noreferrer">C.R.A.P method code metric</a></li> </ul>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload