Hilary Holz wrote:
Okay - here's what I've figured out - D::C is not recording any coverage
info when I run a test in t/apache. D::C is recording coverage for all the
tests that are in the t/ directory - and the reports are in the realm of the
reasonable.
Have you had D::C collect coverage stats for tests in the t/apache,
t/response/TestApache format?
yes. when I run the skeleton I pointed you toward last time I get this
File stmt bran cond sub time total
----------------------------- ------ ------ ------ ------ ------ ------
blib/lib/Apache2/Handler.pm 100.0 50.0 n/a 100.0 100.0 95.0
browsing through coverage.html shows that the handler() subroutine was
indeed hit and coverage recorded.
do you not see similar results when running that sample?
--Geoff