On Dec 18, 2009, at 8:02 AM, (Andreas J. Koenig) via RT wrote:
Show quoted text>> You appear to have a bit of jQuery code output as plain text at the
>> top of the page there.
>
> In which browser do you see it?
Safari. What I see is
$(document).ready(function() { $("#reports_by_field_main").tablesorter(); $("#index_main").tablesorter(); } );
Show quoted text> If the navigation doesn't help to spot the interesting stuff, I'm doing
> something wrong. Your questions welcome -- no matter how stupid you
> think they are -- maybe best on cpan-testers-discuss@perl.org.
Oh, I think I get it. It maps passes and failures to metadata about particular passes and failures, yes? So the Theta is significant for failures with "[1='eq_Can't locate DBD/SQLite.pm']". That quoted bit is a bit opaque, but I thing I've figured it out by clicking the header. I see [4='eq_bingos@cpan.org'] is read, too, and it looks like all of the tests from bingos fail.
You parsing the test reports for that?
Looks like an interesting project.
Best,
David