> I will be covering some of these coverage reporting options at PPW. If > you have actual use cases, please post. Thank you very much.
coverage for xs was really hard for me to figure out... until paul pointed me toward the gcov2perl manpage, where I learned that $ cover -test tool care of compiling the xs for me, thus added the flags I was missing, and my xs coverage appeared. (I did add both flags, but not in both places, go figure :) anyway, xs coverage or that particular magic of -test isn't obvious unless you know about gcov2perl, which some perhaps don't. --Geoff
