Rocco Caputo wrote:

Tests are a vital part of the POE project. Its current tests succeed at
covering about 70% of POE's its instrumentable breakpoints, but they do
so without any coherent plan.


Have you tried running the test suite with Devel::Cover ? It replaces the Perl_runops() loop with a version that accounts which lines of the source code are actually run by a series of test scripts... much better than the approach taken by Devel::Coverage, for instance. This can tell you whether it really is 70% or more like 30% :-).

Sam.

Reply via email to