To embed this script in your site, just drop the content below where you want to embed it.
import org.codenarc.report.* class A { private boolean isTest() { true } private boolean getTest2() { true } boolean thisMethodUsesTestAndTest2() { test && test2 } }