This one's for Paul or anyone else who happens to know :)
After hearing about Devel::Cover at YAPC::E's CPANTS session, I thought
I'd pull it down and take a look at it.
Well, I don't understand it. This is probably because I've never used
such a thing before. So here are some questions and, I guess,
a request for more (or rather, clearer) documentation of the usage and
features of the module.
Firstly, let me say that I've read the perldoc and also did a Google
search and found http://www.bullseye.com/coverage.html. The general
concepts are clear enough to me now. Where I have the problem is in
relation to usage. I'm totally confused wrt finding out how much of a
module Foo::Bar is covered by the tests in t/foobar.t
I tried a simple "perl -MDevel::Cover foobar.t" and it told me I had
100% statement and condition coverage. It looked to me as if it was
just looking through foobar.t and not actually getting down into
Foo::Bar.
Can anyone please clarify this a bit?
K.