<br><a href="http://search.cpan.org/dist/Devel-Cover/">http://search.cpan.org/dist/Devel-Cover/</a><br><br>---&gt; Looks like you could use it to recursively loop through a bunch of .t files, spit out coverage metrics, then parse them.<br>
<br>Of couse, I can see a lot of problems with this.<br><br>Module X.t<br>Module X::Y.t<br><br>Module X has crappy coverage of itself, but X::Y.t uses a lot of X so we should be okay; we need a way to figure out that 50% coverage + 85% coverage = 90% coverage.<br>
<br>hmm.<br><br>Just thinking ...<br><br>-- <br>Matthew Heusser,<br>Blog: <a href="http://xndev.blogspot.com">http://xndev.blogspot.com</a><br><br>