Skip Menu |

This queue is for tickets about the Pod-Coverage CPAN distribution.

Report information
The Basics
Id: 8056
Status: resolved
Priority: 0/
Queue: Pod-Coverage

People
Owner: Nobody in particular
Requestors: steve [...] fisharerojo.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



Subject: t/02simple.t failures in Pod-Coverage-0.15
Below is the output from t/02simple.t. I had failures on Linux and Cygwin. Test 31 tries to test the coverage for a package called "Args". However, there is no Args.pm in t/lib. Below is the test output from t/02simple.t. steve@kirk Pod-Coverage-0.15 # prove -b -v t/02simple.t t/02simple....1..31 ok 1 - use Pod::Coverage; ok 2 - use Pod::Coverage::ExportOnly; ok 3 - The object isa Pod::Coverage ok 4 - Simple1 has 2/3rds coverage ok 5 - The object isa Pod::Coverage ok 6 - Simple2 has 75% coverage ok 7 - naked isn't covered ok 8 - naked is uncovered ok 9 - The object isa Pod::Coverage ok 10 - nakedness is a private thing ok 11 - The object isa Pod::Coverage ok 12 - it's also a private bar ok 13 - those guys are covered ok 14 - The object isa Pod::Coverage ok 15 - Pod::Coverage is covered ok 16 - The object isa Pod::Coverage ok 17 - Simple3 is covered ok 18 - The object isa Pod::Coverage ok 19 - External .pod grokked ok 20 - The object isa Pod::Coverage ok 21 - Multiple docs per item works ok 22 - The object isa Pod::Coverage ok 23 - Simple6 is 2/3rds with no extra effort ok 24 - The object isa Pod::Coverage ok 25 - Simple6 is 50% if you only check exports ok 26 - The object isa Pod::Coverage ok 27 - can't deduce for Simple8 ok 28 - why is correct ok 29 - earle is covered ok 30 not ok 31 - Args is covered # Failed test (t/02simple.t at line 78) # got: undef # expected: '1' # Looks like you failed 1 test of 31. dubious Test returned status 1 (wstat 256, 0x100) DIED. FAILED test 31 Failed 1/31 tests, 96.77% okay Failed Test Stat Wstat Total Fail Failed List of Failed ------------------------------------------------------------------------------- t/02simple.t 1 256 31 1 3.23% 31 Failed 1/1 test scripts, 0.00% okay. 1/31 subtests failed, 96.77% okay. Thanks, Steve Peters
[SMPETERS - Tue Oct 19 14:21:37 2004]: Show quoted text
> Below is the output from t/02simple.t. I had failures on Linux and > Cygwin. Test 31 tries to test the coverage for a package called > "Args". However, there is no Args.pm in t/lib. Below is the test > output from t/02simple.t.
Fixed in 0.16 -- Richard Clamp <richardc@unixbeard.net>