Re: Tagging tests

2012-04-25 Thread Greg Sabino Mullane
On Tue, Apr 24, 2012 at 07:09:19PM +0100, Daniel Perrett wrote: > Is there any way to 'tag' tests in Perl? Not that I can think of, in the way that you want. > It looks likely that even though all the search tests fail, they are > failing because there is no working connection, as tested by the f

Devel::Cover problem: getting analysis of .xs file but not of .pm file

2012-04-25 Thread James E Keenan
Friends, As an extension of my work on https://rt.perl.org/rt3/Ticket/Display.html?id=112126, I am trying to measure the test coverage for Perl 5 core distribution Hash-Util provided by the Perl 5 test suite. For ease of development, I have copied ext/Hash-Util/lib/Hash/Util.pm and ext/Hash-