diff --git a/MANIFEST b/MANIFEST index bc7aecde..6b98657b 100644 --- a/MANIFEST +++ b/MANIFEST @@ -111,7 +111,7 @@ test_output/cover/cond_branch.5.008001 test_output/cover/cond_or.5.006001 test_output/cover/cond_or.5.008 test_output/cover/cond_or.5.008001 -test_output/cover/cond_or.5.009004 +test_output/cover/cond_or.5.009005 test_output/cover/cond_xor.5.006001 test_output/cover/cond_xor.5.008 test_output/cover/cond_xor.5.008001 @@ -170,7 +170,7 @@ test_output/cover/sort.5.008 test_output/cover/special_blocks.5.006001 test_output/cover/special_blocks.5.008 test_output/cover/special_blocks.5.008001 -test_output/cover/special_blocks.5.009003 +test_output/cover/special_blocks.5.009005 test_output/cover/statement.5.006001 test_output/cover/subs_only.5.006001 test_output/cover/t0.5.006001 diff --git a/lib/Devel/Cover/Test.pm b/lib/Devel/Cover/Test.pm index c74df499..7f730614 100644 --- a/lib/Devel/Cover/Test.pm +++ b/lib/Devel/Cover/Test.pm @@ -312,8 +312,11 @@ sub create_gold $self->{run_test_at_end} = 0; - # Pod::Coverage not available on all versions, but it must be there on 5.6.1 - return if $self->{criteria} =~ /\bpod\b/ && $] != 5.006001; + # Pod::Coverage not available on all versions, but it must be there on + # 5.6.1 and 5.8.0 + return if $self->{criteria} =~ /\bpod\b/ && + $] != 5.006001 && + $] != 5.008000; my $debug = $ENV{DEVEL_COVER_DEBUG} || 0; diff --git a/test_output/cover/alias.5.006001 b/test_output/cover/alias.5.006001 index bfd08ee8..cf02bf31 100644 --- a/test_output/cover/alias.5.006001 +++ b/test_output/cover/alias.5.006001 @@ -1,4 +1,4 @@ -Reading database from /home/pjcj/g/perl/Devel-Cover/cover_db +Reading database from /home/pjcj/g/perl/svk/dc/cover_db ------------------------------------------ ------ ------ ------ ------ ------ @@ -20,7 +20,7 @@ tests/alias line err stmt bran cond sub code 1 #!/usr/bin/perl 2 -3 # Copyright 2004-2005, Paul Johnson (pjcj@cpan.org) +3 # Copyright 2004-2007, Paul Johnson (pjcj@cpan.org) 4 5 # This software is free. It is licensed under the same terms as Perl itself. 6 diff --git a/test_output/cover/alias1.5.006001 b/test_output/cover/alias1.5.006001 index c9108168..0a90719a 100644 --- a/test_output/cover/alias1.5.006001 +++ b/test_output/cover/alias1.5.006001 @@ -1,4 +1,4 @@ -Reading database from /home/pjcj/g/perl/Devel-Cover/cover_db +Reading database from /home/pjcj/g/perl/svk/dc/cover_db ------------------------------------------ ------ ------ ------ ------ ------ @@ -19,7 +19,7 @@ Finish: ... tests/Alias1.pm line err stmt bran cond sub code -1 # Copyright 2004-2005, Paul Johnson (pjcj@cpan.org) +1 # Copyright 2004-2007, Paul Johnson (pjcj@cpan.org) 2 3 # This software is free. It is licensed under the same terms as Perl itself. 4 @@ -67,7 +67,7 @@ tests/alias1 line err stmt bran cond sub code 1 #!/usr/bin/perl 2 -3 # Copyright 2004-2005, Paul Johnson (pjcj@cpan.org) +3 # Copyright 2004-2007, Paul Johnson (pjcj@cpan.org) 4 5 # This software is free. It is licensed under the same terms as Perl itself. 6 diff --git a/test_output/cover/alias1.5.008 b/test_output/cover/alias1.5.008 index 3ef31b59..aac37dc4 100644 --- a/test_output/cover/alias1.5.008 +++ b/test_output/cover/alias1.5.008 @@ -1,4 +1,4 @@ -Reading database from /home/pjcj/g/perl/Devel-Cover/cover_db +Reading database from /home/pjcj/g/perl/svk/dc/cover_db ------------------------------------------ ------ ------ ------ ------ ------ @@ -19,7 +19,7 @@ Finish: ... tests/Alias1.pm line err stmt bran cond sub code -1 # Copyright 2004-2005, Paul Johnson (pjcj@cpan.org) +1 # Copyright 2004-2007, Paul Johnson (pjcj@cpan.org) 2 3 # This software is free. It is licensed under the same terms as Perl itself. 4 @@ -76,7 +76,7 @@ tests/alias1 line err stmt bran cond sub code 1 #!/usr/bin/perl 2 -3 # Copyright 2004-2005, Paul Johnson (pjcj@cpan.org) +3 # Copyright 2004-2007, Paul Johnson (pjcj@cpan.org) 4 5 # This software is free. It is licensed under the same terms as Perl itself. 6 diff --git a/test_output/cover/branch_return_sub.5.006001 b/test_output/cover/branch_return_sub.5.006001 index a6da0375..dc6ae988 100644 --- a/test_output/cover/branch_return_sub.5.006001 +++ b/test_output/cover/branch_return_sub.5.006001 @@ -1,4 +1,4 @@ -Reading database from /home/pjcj/g/perl/Devel-Cover/cover_db +Reading database from /home/pjcj/g/perl/svk/dc/cover_db ------------------------------------------ ------ ------ ------ ------ ------ @@ -20,7 +20,7 @@ tests/branch_return_sub line err stmt bran cond sub code 1 #!/usr/bin/perl 2 -3 # Copyright 2004-2005, Paul Johnson (pjcj@cpan.org) +3 # Copyright 2004-2007, Paul Johnson (pjcj@cpan.org) 4 5 # This software is free. It is licensed under the same terms as Perl itself. 6 diff --git a/test_output/cover/branch_return_sub.5.008 b/test_output/cover/branch_return_sub.5.008 index bedfd493..16cf8483 100644 --- a/test_output/cover/branch_return_sub.5.008 +++ b/test_output/cover/branch_return_sub.5.008 @@ -1,4 +1,4 @@ -Reading database from /home/pjcj/g/perl/Devel-Cover/cover_db +Reading database from /home/pjcj/g/perl/svk/dc/cover_db ------------------------------------------ ------ ------ ------ ------ ------ @@ -20,7 +20,7 @@ tests/branch_return_sub line err stmt bran cond sub code 1 #!/usr/bin/perl 2 -3 # Copyright 2004-2005, Paul Johnson (pjcj@cpan.org) +3 # Copyright 2004-2007, Paul Johnson (pjcj@cpan.org) 4 5 # This software is free. It is licensed under the same terms as Perl itself. 6 diff --git a/test_output/cover/cond_and.5.006001 b/test_output/cover/cond_and.5.006001 index ff1582a8..58b68fa4 100644 --- a/test_output/cover/cond_and.5.006001 +++ b/test_output/cover/cond_and.5.006001 @@ -1,4 +1,4 @@ -Reading database from /home/pjcj/g/perl/Devel-Cover/cover_db +Reading database from /home/pjcj/g/perl/svk/dc/cover_db ------------------------------------------ ------ ------ ------ ------ ------ diff --git a/test_output/cover/cond_and.5.008 b/test_output/cover/cond_and.5.008 index d21e5404..9d9d3fa8 100644 --- a/test_output/cover/cond_and.5.008 +++ b/test_output/cover/cond_and.5.008 @@ -1,4 +1,4 @@ -Reading database from /home/pjcj/g/perl/Devel-Cover/cover_db +Reading database from /home/pjcj/g/perl/svk/dc/cover_db ------------------------------------------ ------ ------ ------ ------ ------ diff --git a/test_output/cover/cond_and.5.008001 b/test_output/cover/cond_and.5.008001 index 7cda103b..b63f7575 100644 --- a/test_output/cover/cond_and.5.008001 +++ b/test_output/cover/cond_and.5.008001 @@ -1,4 +1,4 @@ -Reading database from /home/pjcj/g/perl/Devel-Cover/cover_db +Reading database from /home/pjcj/g/perl/svk/dc/cover_db ------------------------------------------ ------ ------ ------ ------ ------ diff --git a/test_output/cover/cond_branch.5.006001 b/test_output/cover/cond_branch.5.006001 index c208a02d..fd5ffef1 100644 --- a/test_output/cover/cond_branch.5.006001 +++ b/test_output/cover/cond_branch.5.006001 @@ -1,4 +1,4 @@ -Reading database from /home/pjcj/g/perl/Devel-Cover/cover_db +Reading database from /home/pjcj/g/perl/svk/dc/cover_db ------------------------------------------ ------ ------ ------ ------ ------ @@ -20,7 +20,7 @@ tests/cond_branch line err stmt bran cond sub code 1 #!/usr/bin/perl 2 -3 # Copyright 2002-2005, Paul Johnson (pjcj@cpan.org) +3 # Copyright 2002-2007, Paul Johnson (pjcj@cpan.org) 4 5 # This software is free. It is licensed under the same terms as Perl itself. 6 diff --git a/test_output/cover/cond_branch.5.008 b/test_output/cover/cond_branch.5.008 index 7d57ac42..b3332386 100644 --- a/test_output/cover/cond_branch.5.008 +++ b/test_output/cover/cond_branch.5.008 @@ -1,4 +1,4 @@ -Reading database from /home/pjcj/g/perl/Devel-Cover/cover_db +Reading database from /home/pjcj/g/perl/svk/dc/cover_db ------------------------------------------ ------ ------ ------ ------ ------ @@ -20,7 +20,7 @@ tests/cond_branch line err stmt bran cond sub code 1 #!/usr/bin/perl 2 -3 # Copyright 2002-2005, Paul Johnson (pjcj@cpan.org) +3 # Copyright 2002-2007, Paul Johnson (pjcj@cpan.org) 4 5 # This software is free. It is licensed under the same terms as Perl itself. 6 diff --git a/test_output/cover/cond_branch.5.008001 b/test_output/cover/cond_branch.5.008001 index 5c46e908..a465b552 100644 --- a/test_output/cover/cond_branch.5.008001 +++ b/test_output/cover/cond_branch.5.008001 @@ -1,4 +1,4 @@ -Reading database from /home/pjcj/g/perl/Devel-Cover/cover_db +Reading database from /home/pjcj/g/perl/svk/dc/cover_db ------------------------------------------ ------ ------ ------ ------ ------ @@ -20,7 +20,7 @@ tests/cond_branch line err stmt bran cond sub code 1 #!/usr/bin/perl 2 -3 # Copyright 2002-2005, Paul Johnson (pjcj@cpan.org) +3 # Copyright 2002-2007, Paul Johnson (pjcj@cpan.org) 4 5 # This software is free. It is licensed under the same terms as Perl itself. 6 diff --git a/test_output/cover/cond_or.5.006001 b/test_output/cover/cond_or.5.006001 index 653c9e15..678b0d69 100644 --- a/test_output/cover/cond_or.5.006001 +++ b/test_output/cover/cond_or.5.006001 @@ -1,4 +1,4 @@ -Reading database from /home/pjcj/g/perl/Devel-Cover/cover_db +Reading database from /home/pjcj/g/perl/svk/dc/cover_db ------------------------------------------ ------ ------ ------ ------ ------ diff --git a/test_output/cover/cond_or.5.008 b/test_output/cover/cond_or.5.008 index 43a5dcea..b192dcfc 100644 --- a/test_output/cover/cond_or.5.008 +++ b/test_output/cover/cond_or.5.008 @@ -1,4 +1,4 @@ -Reading database from /home/pjcj/g/perl/Devel-Cover/cover_db +Reading database from /home/pjcj/g/perl/svk/dc/cover_db ------------------------------------------ ------ ------ ------ ------ ------ diff --git a/test_output/cover/cond_or.5.008001 b/test_output/cover/cond_or.5.008001 index 7b3a0519..22ddd41e 100644 --- a/test_output/cover/cond_or.5.008001 +++ b/test_output/cover/cond_or.5.008001 @@ -1,4 +1,4 @@ -Reading database from /home/pjcj/g/perl/Devel-Cover/cover_db +Reading database from /home/pjcj/g/perl/svk/dc/cover_db ------------------------------------------ ------ ------ ------ ------ ------ diff --git a/test_output/cover/cond_or.5.009004 b/test_output/cover/cond_or.5.009005 similarity index 99% rename from test_output/cover/cond_or.5.009004 rename to test_output/cover/cond_or.5.009005 index eebc2ed0..ac7df2d8 100644 --- a/test_output/cover/cond_or.5.009004 +++ b/test_output/cover/cond_or.5.009005 @@ -1,4 +1,4 @@ -Reading database from /home/pjcj/g/perl/Devel-Cover/cover_db +Reading database from /home/pjcj/g/perl/svk/dc/cover_db ------------------------------------------ ------ ------ ------ ------ ------ diff --git a/test_output/cover/cond_xor.5.006001 b/test_output/cover/cond_xor.5.006001 index 4d9ad2ad..63cd8e2d 100644 --- a/test_output/cover/cond_xor.5.006001 +++ b/test_output/cover/cond_xor.5.006001 @@ -1,4 +1,4 @@ -Reading database from /home/pjcj/g/perl/Devel-Cover/cover_db +Reading database from /home/pjcj/g/perl/svk/dc/cover_db ------------------------------------------ ------ ------ ------ ------ ------ @@ -20,7 +20,7 @@ tests/cond_xor line err stmt bran cond sub code 1 #!/usr/bin/perl 2 -3 # Copyright 2002-2005, Paul Johnson (pjcj@cpan.org) +3 # Copyright 2002-2007, Paul Johnson (pjcj@cpan.org) 4 5 # This software is free. It is licensed under the same terms as Perl itself. 6 diff --git a/test_output/cover/cond_xor.5.008 b/test_output/cover/cond_xor.5.008 index 5ffdf634..ed68acbc 100644 --- a/test_output/cover/cond_xor.5.008 +++ b/test_output/cover/cond_xor.5.008 @@ -1,4 +1,4 @@ -Reading database from /home/pjcj/g/perl/Devel-Cover/cover_db +Reading database from /home/pjcj/g/perl/svk/dc/cover_db ------------------------------------------ ------ ------ ------ ------ ------ @@ -20,7 +20,7 @@ tests/cond_xor line err stmt bran cond sub code 1 #!/usr/bin/perl 2 -3 # Copyright 2002-2005, Paul Johnson (pjcj@cpan.org) +3 # Copyright 2002-2007, Paul Johnson (pjcj@cpan.org) 4 5 # This software is free. It is licensed under the same terms as Perl itself. 6 diff --git a/test_output/cover/cond_xor.5.008001 b/test_output/cover/cond_xor.5.008001 index 7290be77..6b1e607e 100644 --- a/test_output/cover/cond_xor.5.008001 +++ b/test_output/cover/cond_xor.5.008001 @@ -1,4 +1,4 @@ -Reading database from /home/pjcj/g/perl/Devel-Cover/cover_db +Reading database from /home/pjcj/g/perl/svk/dc/cover_db ------------------------------------------ ------ ------ ------ ------ ------ @@ -20,7 +20,7 @@ tests/cond_xor line err stmt bran cond sub code 1 #!/usr/bin/perl 2 -3 # Copyright 2002-2005, Paul Johnson (pjcj@cpan.org) +3 # Copyright 2002-2007, Paul Johnson (pjcj@cpan.org) 4 5 # This software is free. It is licensed under the same terms as Perl itself. 6 diff --git a/test_output/cover/default_param.5.006001 b/test_output/cover/default_param.5.006001 index d994f0b1..2bef6e6b 100644 --- a/test_output/cover/default_param.5.006001 +++ b/test_output/cover/default_param.5.006001 @@ -1,4 +1,4 @@ -Reading database from /home/pjcj/g/perl/Devel-Cover/cover_db +Reading database from /home/pjcj/g/perl/svk/dc/cover_db ------------------------------------------ ------ ------ ------ ------ ------ @@ -20,7 +20,7 @@ tests/default_param line err stmt bran cond sub code 1 #!/usr/bin/perl 2 -3 # Copyright 2004-2005, Paul Johnson (pjcj@cpan.org) +3 # Copyright 2004-2007, Paul Johnson (pjcj@cpan.org) 4 5 # This software is free. It is licensed under the same terms as Perl itself. 6 diff --git a/test_output/cover/default_param.5.008 b/test_output/cover/default_param.5.008 index 7fd664fc..ad1e6830 100644 --- a/test_output/cover/default_param.5.008 +++ b/test_output/cover/default_param.5.008 @@ -1,4 +1,4 @@ -Reading database from /home/pjcj/g/perl/Devel-Cover/cover_db +Reading database from /home/pjcj/g/perl/svk/dc/cover_db ------------------------------------------ ------ ------ ------ ------ ------ @@ -20,7 +20,7 @@ tests/default_param line err stmt bran cond sub code 1 #!/usr/bin/perl 2 -3 # Copyright 2004-2005, Paul Johnson (pjcj@cpan.org) +3 # Copyright 2004-2007, Paul Johnson (pjcj@cpan.org) 4 5 # This software is free. It is licensed under the same terms as Perl itself. 6 diff --git a/test_output/cover/default_param.5.008001 b/test_output/cover/default_param.5.008001 index e0c0847a..e103ce3a 100644 --- a/test_output/cover/default_param.5.008001 +++ b/test_output/cover/default_param.5.008001 @@ -1,4 +1,4 @@ -Reading database from /home/pjcj/g/perl/Devel-Cover/cover_db +Reading database from /home/pjcj/g/perl/svk/dc/cover_db ------------------------------------------ ------ ------ ------ ------ ------ @@ -20,7 +20,7 @@ tests/default_param line err stmt bran cond sub code 1 #!/usr/bin/perl 2 -3 # Copyright 2004-2005, Paul Johnson (pjcj@cpan.org) +3 # Copyright 2004-2007, Paul Johnson (pjcj@cpan.org) 4 5 # This software is free. It is licensed under the same terms as Perl itself. 6 diff --git a/test_output/cover/deparse.5.006001 b/test_output/cover/deparse.5.006001 index 36ac7b22..b4a7f8fd 100644 --- a/test_output/cover/deparse.5.006001 +++ b/test_output/cover/deparse.5.006001 @@ -1,4 +1,4 @@ -Reading database from /home/pjcj/g/perl/Devel-Cover/cover_db +Reading database from /home/pjcj/g/perl/svk/dc/cover_db ------------------------------------------ ------ ------ ------ ------ ------ @@ -20,7 +20,7 @@ tests/deparse line err stmt bran cond sub code 1 #!/usr/bin/perl -l 2 -3 # Copyright 2004-2005, Paul Johnson (pjcj@cpan.org) +3 # Copyright 2004-2007, Paul Johnson (pjcj@cpan.org) 4 5 # This software is free. It is licensed under the same terms as Perl itself. 6 diff --git a/test_output/cover/deparse.5.008 b/test_output/cover/deparse.5.008 index b8c355bf..1df4f7e3 100644 --- a/test_output/cover/deparse.5.008 +++ b/test_output/cover/deparse.5.008 @@ -1,4 +1,4 @@ -Reading database from /home/pjcj/g/perl/Devel-Cover/cover_db +Reading database from /home/pjcj/g/perl/svk/dc/cover_db ------------------------------------------ ------ ------ ------ ------ ------ @@ -20,7 +20,7 @@ tests/deparse line err stmt bran cond sub code 1 #!/usr/bin/perl -l 2 -3 # Copyright 2004-2005, Paul Johnson (pjcj@cpan.org) +3 # Copyright 2004-2007, Paul Johnson (pjcj@cpan.org) 4 5 # This software is free. It is licensed under the same terms as Perl itself. 6 diff --git a/test_output/cover/destroy.5.006001 b/test_output/cover/destroy.5.006001 index efb9250e..661adf1a 100644 --- a/test_output/cover/destroy.5.006001 +++ b/test_output/cover/destroy.5.006001 @@ -1,4 +1,4 @@ -Reading database from /home/pjcj/g/perl/Devel-Cover/cover_db +Reading database from /home/pjcj/g/perl/svk/dc/cover_db ------------------------------------------ ------ ------ ------ ------ ------ @@ -20,7 +20,7 @@ tests/destroy line err stmt bran cond sub code 1 #!/usr/bin/perl 2 -3 # Copyright 2004-2005, Paul Johnson (pjcj@cpan.org) +3 # Copyright 2004-2007, Paul Johnson (pjcj@cpan.org) 4 5 # This software is free. It is licensed under the same terms as Perl itself. 6 diff --git a/test_output/cover/dynamic_subs.5.006001 b/test_output/cover/dynamic_subs.5.006001 index a1f3423a..bf5703a7 100644 --- a/test_output/cover/dynamic_subs.5.006001 +++ b/test_output/cover/dynamic_subs.5.006001 @@ -1,4 +1,4 @@ -Reading database from /home/pjcj/g/perl/Devel-Cover/cover_db +Reading database from /home/pjcj/g/perl/svk/dc/cover_db ------------------------------------------ ------ ------ ------ ------ ------ @@ -20,7 +20,7 @@ tests/dynamic_subs line err stmt bran cond sub code 1 #!/usr/bin/perl 2 -3 # Copyright 2004-2005, Paul Johnson (pjcj@cpan.org) +3 # Copyright 2004-2007, Paul Johnson (pjcj@cpan.org) 4 5 # This software is free. It is licensed under the same terms as Perl itself. 6 diff --git a/test_output/cover/dynamic_subs.5.008 b/test_output/cover/dynamic_subs.5.008 index be2b4f5b..0fdbc99c 100644 --- a/test_output/cover/dynamic_subs.5.008 +++ b/test_output/cover/dynamic_subs.5.008 @@ -1,4 +1,4 @@ -Reading database from /home/pjcj/g/perl/Devel-Cover/cover_db +Reading database from /home/pjcj/g/perl/svk/dc/cover_db ------------------------------------------ ------ ------ ------ ------ ------ @@ -20,7 +20,7 @@ tests/dynamic_subs line err stmt bran cond sub code 1 #!/usr/bin/perl 2 -3 # Copyright 2004-2005, Paul Johnson (pjcj@cpan.org) +3 # Copyright 2004-2007, Paul Johnson (pjcj@cpan.org) 4 5 # This software is free. It is licensed under the same terms as Perl itself. 6 diff --git a/test_output/cover/dynamic_subs.5.008001 b/test_output/cover/dynamic_subs.5.008001 index 3bcfe2ef..46a95571 100644 --- a/test_output/cover/dynamic_subs.5.008001 +++ b/test_output/cover/dynamic_subs.5.008001 @@ -1,4 +1,4 @@ -Reading database from /home/pjcj/g/perl/Devel-Cover/cover_db +Reading database from /home/pjcj/g/perl/svk/dc/cover_db ------------------------------------------ ------ ------ ------ ------ ------ @@ -20,7 +20,7 @@ tests/dynamic_subs line err stmt bran cond sub code 1 #!/usr/bin/perl 2 -3 # Copyright 2004-2005, Paul Johnson (pjcj@cpan.org) +3 # Copyright 2004-2007, Paul Johnson (pjcj@cpan.org) 4 5 # This software is free. It is licensed under the same terms as Perl itself. 6 diff --git a/test_output/cover/dynamic_subs.5.008002 b/test_output/cover/dynamic_subs.5.008002 index b8b305be..ad30f333 100644 --- a/test_output/cover/dynamic_subs.5.008002 +++ b/test_output/cover/dynamic_subs.5.008002 @@ -1,4 +1,4 @@ -Reading database from /home/pjcj/g/perl/Devel-Cover/cover_db +Reading database from /home/pjcj/g/perl/svk/dc/cover_db ------------------------------------------ ------ ------ ------ ------ ------ @@ -20,7 +20,7 @@ tests/dynamic_subs line err stmt bran cond sub code 1 #!/usr/bin/perl 2 -3 # Copyright 2004-2005, Paul Johnson (pjcj@cpan.org) +3 # Copyright 2004-2007, Paul Johnson (pjcj@cpan.org) 4 5 # This software is free. It is licensed under the same terms as Perl itself. 6 diff --git a/test_output/cover/eval1.5.006001 b/test_output/cover/eval1.5.006001 index f975081f..bfd2e0b8 100644 --- a/test_output/cover/eval1.5.006001 +++ b/test_output/cover/eval1.5.006001 @@ -1,4 +1,4 @@ -Reading database from /home/pjcj/g/perl/Devel-Cover/cover_db +Reading database from /home/pjcj/g/perl/svk/dc/cover_db ------------------------------------------ ------ ------ ------ ------ ------ @@ -20,7 +20,7 @@ tests/eval1 line err stmt bran cond sub code 1 #!/usr/bin/perl 2 -3 # Copyright 2002-2005, Paul Johnson (pjcj@cpan.org) +3 # Copyright 2002-2007, Paul Johnson (pjcj@cpan.org) 4 5 # This software is free. It is licensed under the same terms as Perl itself. 6 diff --git a/test_output/cover/eval1.5.008 b/test_output/cover/eval1.5.008 index 3e878f51..6f11432b 100644 --- a/test_output/cover/eval1.5.008 +++ b/test_output/cover/eval1.5.008 @@ -1,4 +1,4 @@ -Reading database from /home/pjcj/g/perl/Devel-Cover/cover_db +Reading database from /home/pjcj/g/perl/svk/dc/cover_db ------------------------------------------ ------ ------ ------ ------ ------ @@ -20,7 +20,7 @@ tests/eval1 line err stmt bran cond sub code 1 #!/usr/bin/perl 2 -3 # Copyright 2002-2005, Paul Johnson (pjcj@cpan.org) +3 # Copyright 2002-2007, Paul Johnson (pjcj@cpan.org) 4 5 # This software is free. It is licensed under the same terms as Perl itself. 6 diff --git a/test_output/cover/eval2.5.006001 b/test_output/cover/eval2.5.006001 index 5c7d937c..ab646783 100644 --- a/test_output/cover/eval2.5.006001 +++ b/test_output/cover/eval2.5.006001 @@ -1,4 +1,4 @@ -Reading database from /home/pjcj/g/perl/Devel-Cover/cover_db +Reading database from /home/pjcj/g/perl/svk/dc/cover_db ------------------------------------------ ------ ------ ------ ------ ------ @@ -20,7 +20,7 @@ tests/eval2 line err stmt bran cond sub code 1 #!/usr/bin/perl 2 -3 # Copyright 2004-2005, Paul Johnson (pjcj@cpan.org) +3 # Copyright 2004-2007, Paul Johnson (pjcj@cpan.org) 4 5 # This software is free. It is licensed under the same terms as Perl itself. 6 diff --git a/test_output/cover/eval2.5.008 b/test_output/cover/eval2.5.008 index ad01f162..216ed167 100644 --- a/test_output/cover/eval2.5.008 +++ b/test_output/cover/eval2.5.008 @@ -1,4 +1,4 @@ -Reading database from /home/pjcj/g/perl/Devel-Cover/cover_db +Reading database from /home/pjcj/g/perl/svk/dc/cover_db ------------------------------------------ ------ ------ ------ ------ ------ @@ -20,7 +20,7 @@ tests/eval2 line err stmt bran cond sub code 1 #!/usr/bin/perl 2 -3 # Copyright 2004-2005, Paul Johnson (pjcj@cpan.org) +3 # Copyright 2004-2007, Paul Johnson (pjcj@cpan.org) 4 5 # This software is free. It is licensed under the same terms as Perl itself. 6 diff --git a/test_output/cover/eval3.5.006001 b/test_output/cover/eval3.5.006001 index 352efbd4..685220f8 100644 --- a/test_output/cover/eval3.5.006001 +++ b/test_output/cover/eval3.5.006001 @@ -1,4 +1,4 @@ -Reading database from /home/pjcj/g/perl/Devel-Cover/cover_db +Reading database from /home/pjcj/g/perl/svk/dc/cover_db ------------------------------------------ ------ ------ ------ ------ ------ @@ -20,7 +20,7 @@ tests/eval3 line err stmt bran cond sub code 1 #!/usr/bin/perl 2 -3 # Copyright 2004-2005, Paul Johnson (pjcj@cpan.org) +3 # Copyright 2004-2007, Paul Johnson (pjcj@cpan.org) 4 5 # This software is free. It is licensed under the same terms as Perl itself. 6 diff --git a/test_output/cover/eval3.5.008 b/test_output/cover/eval3.5.008 index fc1604a2..fec349b5 100644 --- a/test_output/cover/eval3.5.008 +++ b/test_output/cover/eval3.5.008 @@ -1,4 +1,4 @@ -Reading database from /home/pjcj/g/perl/Devel-Cover/cover_db +Reading database from /home/pjcj/g/perl/svk/dc/cover_db ------------------------------------------ ------ ------ ------ ------ ------ @@ -20,7 +20,7 @@ tests/eval3 line err stmt bran cond sub code 1 #!/usr/bin/perl 2 -3 # Copyright 2004-2005, Paul Johnson (pjcj@cpan.org) +3 # Copyright 2004-2007, Paul Johnson (pjcj@cpan.org) 4 5 # This software is free. It is licensed under the same terms as Perl itself. 6 diff --git a/test_output/cover/eval_sub.t.5.006001 b/test_output/cover/eval_sub.t.5.006001 index 792d54c6..c746f280 100644 --- a/test_output/cover/eval_sub.t.5.006001 +++ b/test_output/cover/eval_sub.t.5.006001 @@ -1,4 +1,4 @@ -Reading database from /home/pjcj/g/perl/Devel-Cover/cover_db +Reading database from /home/pjcj/g/perl/svk/dc/cover_db ------------------------------------------ ------ ------ ------ ------ ------ @@ -38,7 +38,7 @@ tests/eval3 line err stmt bran cond sub code 1 #!/usr/bin/perl 2 -3 # Copyright 2004-2005, Paul Johnson (pjcj@cpan.org) +3 # Copyright 2004-2007, Paul Johnson (pjcj@cpan.org) 4 5 # This software is free. It is licensed under the same terms as Perl itself. 6 diff --git a/test_output/cover/eval_sub.t.5.008 b/test_output/cover/eval_sub.t.5.008 index c6147d39..a27ee4be 100644 --- a/test_output/cover/eval_sub.t.5.008 +++ b/test_output/cover/eval_sub.t.5.008 @@ -1,4 +1,4 @@ -Reading database from /home/pjcj/g/perl/Devel-Cover/cover_db +Reading database from /home/pjcj/g/perl/svk/dc/cover_db ------------------------------------------ ------ ------ ------ ------ ------ @@ -38,7 +38,7 @@ tests/eval3 line err stmt bran cond sub code 1 #!/usr/bin/perl 2 -3 # Copyright 2004-2005, Paul Johnson (pjcj@cpan.org) +3 # Copyright 2004-2007, Paul Johnson (pjcj@cpan.org) 4 5 # This software is free. It is licensed under the same terms as Perl itself. 6 diff --git a/test_output/cover/eval_use.t.5.006001 b/test_output/cover/eval_use.t.5.006001 index ad1eb920..a32fcaf1 100644 --- a/test_output/cover/eval_use.t.5.006001 +++ b/test_output/cover/eval_use.t.5.006001 @@ -1,4 +1,4 @@ -Reading database from /home/pjcj/g/perl/Devel-Cover/cover_db +Reading database from /home/pjcj/g/perl/svk/dc/cover_db ------------------------------------------ ------ ------ ------ ------ ------ @@ -38,7 +38,7 @@ tests/eval2 line err stmt bran cond sub code 1 #!/usr/bin/perl 2 -3 # Copyright 2004-2005, Paul Johnson (pjcj@cpan.org) +3 # Copyright 2004-2007, Paul Johnson (pjcj@cpan.org) 4 5 # This software is free. It is licensed under the same terms as Perl itself. 6 diff --git a/test_output/cover/eval_use.t.5.008 b/test_output/cover/eval_use.t.5.008 index 6fd48ce2..5b0435bd 100644 --- a/test_output/cover/eval_use.t.5.008 +++ b/test_output/cover/eval_use.t.5.008 @@ -1,4 +1,4 @@ -Reading database from /home/pjcj/g/perl/Devel-Cover/cover_db +Reading database from /home/pjcj/g/perl/svk/dc/cover_db ------------------------------------------ ------ ------ ------ ------ ------ @@ -38,7 +38,7 @@ tests/eval2 line err stmt bran cond sub code 1 #!/usr/bin/perl 2 -3 # Copyright 2004-2005, Paul Johnson (pjcj@cpan.org) +3 # Copyright 2004-2007, Paul Johnson (pjcj@cpan.org) 4 5 # This software is free. It is licensed under the same terms as Perl itself. 6 diff --git a/test_output/cover/fork.5.006001 b/test_output/cover/fork.5.006001 index 025a8306..50991514 100644 --- a/test_output/cover/fork.5.006001 +++ b/test_output/cover/fork.5.006001 @@ -1,4 +1,4 @@ -Reading database from /home/pjcj/g/perl/Devel-Cover/cover_db +Reading database from /home/pjcj/g/perl/svk/dc/cover_db ------------------------------------------ ------ ------ ------ ------ ------ @@ -26,7 +26,7 @@ tests/fork line err stmt bran cond sub code 1 #!/usr/bin/perl 2 -3 # Copyright 2004-2005, Paul Johnson (pjcj@cpan.org) +3 # Copyright 2004-2007, Paul Johnson (pjcj@cpan.org) 4 5 # This software is free. It is licensed under the same terms as Perl itself. 6 diff --git a/test_output/cover/if.5.006001 b/test_output/cover/if.5.006001 index 9a9206e7..95002314 100644 --- a/test_output/cover/if.5.006001 +++ b/test_output/cover/if.5.006001 @@ -1,4 +1,4 @@ -Reading database from /home/pjcj/g/perl/Devel-Cover/cover_db +Reading database from /home/pjcj/g/perl/svk/dc/cover_db ------------------------------------------ ------ ------ ------ ------ ------ @@ -20,7 +20,7 @@ tests/if line err stmt bran cond sub code 1 #!/usr/bin/perl 2 -3 # Copyright 2004-2005, Paul Johnson (pjcj@cpan.org) +3 # Copyright 2004-2007, Paul Johnson (pjcj@cpan.org) 4 5 # This software is free. It is licensed under the same terms as Perl itself. 6 diff --git a/test_output/cover/if.5.008 b/test_output/cover/if.5.008 index 156fb311..22c2c6be 100644 --- a/test_output/cover/if.5.008 +++ b/test_output/cover/if.5.008 @@ -1,4 +1,4 @@ -Reading database from /home/pjcj/g/perl/Devel-Cover/cover_db +Reading database from /home/pjcj/g/perl/svk/dc/cover_db ------------------------------------------ ------ ------ ------ ------ ------ @@ -20,7 +20,7 @@ tests/if line err stmt bran cond sub code 1 #!/usr/bin/perl 2 -3 # Copyright 2004-2005, Paul Johnson (pjcj@cpan.org) +3 # Copyright 2004-2007, Paul Johnson (pjcj@cpan.org) 4 5 # This software is free. It is licensed under the same terms as Perl itself. 6 diff --git a/test_output/cover/inc_sub.5.006001 b/test_output/cover/inc_sub.5.006001 index a345c54d..08db0949 100644 --- a/test_output/cover/inc_sub.5.006001 +++ b/test_output/cover/inc_sub.5.006001 @@ -1,4 +1,4 @@ -Reading database from /home/pjcj/g/perl/Devel-Cover/cover_db +Reading database from /home/pjcj/g/perl/svk/dc/cover_db ------------------------------------------ ------ ------ ------ ------ ------ diff --git a/test_output/cover/inc_sub.5.008 b/test_output/cover/inc_sub.5.008 index 543468b1..ebca7cf1 100644 --- a/test_output/cover/inc_sub.5.008 +++ b/test_output/cover/inc_sub.5.008 @@ -1,4 +1,4 @@ -Reading database from /home/pjcj/g/perl/Devel-Cover/cover_db +Reading database from /home/pjcj/g/perl/svk/dc/cover_db ------------------------------------------ ------ ------ ------ ------ ------ diff --git a/test_output/cover/md5.5.006001 b/test_output/cover/md5.5.006001 index 46365ea6..cbe97a28 100644 --- a/test_output/cover/md5.5.006001 +++ b/test_output/cover/md5.5.006001 @@ -1,4 +1,4 @@ -Reading database from /home/pjcj/g/perl/Devel-Cover/cover_db +Reading database from /home/pjcj/g/perl/svk/dc/cover_db Devel::Cover: Deleting old coverage for changed file tests/md5 @@ -27,7 +27,7 @@ tests/md5 line err stmt bran cond sub code 1 #!/usr/bin/perl 2 -3 # Copyright 2004-2005, Paul Johnson (pjcj@cpan.org) +3 # Copyright 2004-2007, Paul Johnson (pjcj@cpan.org) 4 5 # This software is free. It is licensed under the same terms as Perl itself. 6 diff --git a/test_output/cover/module1.5.006001 b/test_output/cover/module1.5.006001 index ee39470c..59260843 100644 --- a/test_output/cover/module1.5.006001 +++ b/test_output/cover/module1.5.006001 @@ -1,4 +1,4 @@ -Reading database from /home/pjcj/g/perl/Devel-Cover/cover_db +Reading database from /home/pjcj/g/perl/svk/dc/cover_db ------------------------------------------ ------ ------ ------ ------ ------ @@ -19,7 +19,7 @@ Finish: ... tests/Module1.pm line err stmt bran cond sub code -1 # Copyright 2002-2005, Paul Johnson (pjcj@cpan.org) +1 # Copyright 2002-2007, Paul Johnson (pjcj@cpan.org) 2 3 # This software is free. It is licensed under the same terms as Perl itself. 4 @@ -82,7 +82,7 @@ tests/module1 line err stmt bran cond sub code 1 #!/usr/bin/perl 2 -3 # Copyright 2002-2005, Paul Johnson (pjcj@cpan.org) +3 # Copyright 2002-2007, Paul Johnson (pjcj@cpan.org) 4 5 # This software is free. It is licensed under the same terms as Perl itself. 6 diff --git a/test_output/cover/module1.5.008 b/test_output/cover/module1.5.008 index d63de41a..eab49365 100644 --- a/test_output/cover/module1.5.008 +++ b/test_output/cover/module1.5.008 @@ -1,4 +1,4 @@ -Reading database from /home/pjcj/g/perl/Devel-Cover/cover_db +Reading database from /home/pjcj/g/perl/svk/dc/cover_db ------------------------------------------ ------ ------ ------ ------ ------ @@ -19,7 +19,7 @@ Finish: ... tests/Module1.pm line err stmt bran cond sub code -1 # Copyright 2002-2005, Paul Johnson (pjcj@cpan.org) +1 # Copyright 2002-2007, Paul Johnson (pjcj@cpan.org) 2 3 # This software is free. It is licensed under the same terms as Perl itself. 4 @@ -82,7 +82,7 @@ tests/module1 line err stmt bran cond sub code 1 #!/usr/bin/perl 2 -3 # Copyright 2002-2005, Paul Johnson (pjcj@cpan.org) +3 # Copyright 2002-2007, Paul Johnson (pjcj@cpan.org) 4 5 # This software is free. It is licensed under the same terms as Perl itself. 6 diff --git a/test_output/cover/module1.5.008001 b/test_output/cover/module1.5.008001 index 5d9edd73..f70a5377 100644 --- a/test_output/cover/module1.5.008001 +++ b/test_output/cover/module1.5.008001 @@ -1,4 +1,4 @@ -Reading database from /home/pjcj/g/perl/Devel-Cover/cover_db +Reading database from /home/pjcj/g/perl/svk/dc/cover_db ------------------------------------------ ------ ------ ------ ------ ------ @@ -19,7 +19,7 @@ Finish: ... tests/Module1.pm line err stmt bran cond sub code -1 # Copyright 2002-2005, Paul Johnson (pjcj@cpan.org) +1 # Copyright 2002-2007, Paul Johnson (pjcj@cpan.org) 2 3 # This software is free. It is licensed under the same terms as Perl itself. 4 @@ -82,7 +82,7 @@ tests/module1 line err stmt bran cond sub code 1 #!/usr/bin/perl 2 -3 # Copyright 2002-2005, Paul Johnson (pjcj@cpan.org) +3 # Copyright 2002-2007, Paul Johnson (pjcj@cpan.org) 4 5 # This software is free. It is licensed under the same terms as Perl itself. 6 diff --git a/test_output/cover/module2.5.006001 b/test_output/cover/module2.5.006001 index a8d5c483..d04c52e2 100644 --- a/test_output/cover/module2.5.006001 +++ b/test_output/cover/module2.5.006001 @@ -1,4 +1,4 @@ -Reading database from /home/pjcj/g/perl/Devel-Cover/cover_db +Reading database from /home/pjcj/g/perl/svk/dc/cover_db ------------------------------------------ ------ ------ ------ ------ ------ @@ -19,7 +19,7 @@ Finish: ... tests/Module2.pm line err stmt bran cond sub code -1 # Copyright 2002-2005, Paul Johnson (pjcj@cpan.org) +1 # Copyright 2002-2007, Paul Johnson (pjcj@cpan.org) 2 3 # This software is free. It is licensed under the same terms as Perl itself. 4 @@ -82,7 +82,7 @@ tests/module2 line err stmt bran cond sub code 1 #!/usr/bin/perl 2 -3 # Copyright 2002-2005, Paul Johnson (pjcj@cpan.org) +3 # Copyright 2002-2007, Paul Johnson (pjcj@cpan.org) 4 5 # This software is free. It is licensed under the same terms as Perl itself. 6 diff --git a/test_output/cover/module2.5.008 b/test_output/cover/module2.5.008 index 39423afc..28a043a7 100644 --- a/test_output/cover/module2.5.008 +++ b/test_output/cover/module2.5.008 @@ -1,4 +1,4 @@ -Reading database from /home/pjcj/g/perl/Devel-Cover/cover_db +Reading database from /home/pjcj/g/perl/svk/dc/cover_db ------------------------------------------ ------ ------ ------ ------ ------ @@ -19,7 +19,7 @@ Finish: ... tests/Module2.pm line err stmt bran cond sub code -1 # Copyright 2002-2005, Paul Johnson (pjcj@cpan.org) +1 # Copyright 2002-2007, Paul Johnson (pjcj@cpan.org) 2 3 # This software is free. It is licensed under the same terms as Perl itself. 4 @@ -82,7 +82,7 @@ tests/module2 line err stmt bran cond sub code 1 #!/usr/bin/perl 2 -3 # Copyright 2002-2005, Paul Johnson (pjcj@cpan.org) +3 # Copyright 2002-2007, Paul Johnson (pjcj@cpan.org) 4 5 # This software is free. It is licensed under the same terms as Perl itself. 6 diff --git a/test_output/cover/module2.5.008001 b/test_output/cover/module2.5.008001 index 69381978..f4de85bc 100644 --- a/test_output/cover/module2.5.008001 +++ b/test_output/cover/module2.5.008001 @@ -1,4 +1,4 @@ -Reading database from /home/pjcj/g/perl/Devel-Cover/cover_db +Reading database from /home/pjcj/g/perl/svk/dc/cover_db ------------------------------------------ ------ ------ ------ ------ ------ @@ -19,7 +19,7 @@ Finish: ... tests/Module2.pm line err stmt bran cond sub code -1 # Copyright 2002-2005, Paul Johnson (pjcj@cpan.org) +1 # Copyright 2002-2007, Paul Johnson (pjcj@cpan.org) 2 3 # This software is free. It is licensed under the same terms as Perl itself. 4 @@ -82,7 +82,7 @@ tests/module2 line err stmt bran cond sub code 1 #!/usr/bin/perl 2 -3 # Copyright 2002-2005, Paul Johnson (pjcj@cpan.org) +3 # Copyright 2002-2007, Paul Johnson (pjcj@cpan.org) 4 5 # This software is free. It is licensed under the same terms as Perl itself. 6 diff --git a/test_output/cover/module_ignore.5.006001 b/test_output/cover/module_ignore.5.006001 index 70ae4bf5..70d82f76 100644 --- a/test_output/cover/module_ignore.5.006001 +++ b/test_output/cover/module_ignore.5.006001 @@ -1,4 +1,4 @@ -Reading database from /home/pjcj/g/perl/Devel-Cover/cover_db +Reading database from /home/pjcj/g/perl/svk/dc/cover_db ------------------------------------------ ------ ------ ------ ------ ------ @@ -20,7 +20,7 @@ tests/module_ignore line err stmt bran cond sub code 1 #!/usr/bin/perl 2 -3 # Copyright 2005, Paul Johnson (pjcj@cpan.org) +3 # Copyright 2006-2007, Paul Johnson (pjcj@cpan.org) 4 5 # This software is free. It is licensed under the same terms as Perl itself. 6 diff --git a/test_output/cover/module_ignore.5.008 b/test_output/cover/module_ignore.5.008 index 1b6c3c40..303686e7 100644 --- a/test_output/cover/module_ignore.5.008 +++ b/test_output/cover/module_ignore.5.008 @@ -1,4 +1,4 @@ -Reading database from /home/pjcj/g/perl/Devel-Cover/cover_db +Reading database from /home/pjcj/g/perl/svk/dc/cover_db ------------------------------------------ ------ ------ ------ ------ ------ @@ -20,7 +20,7 @@ tests/module_ignore line err stmt bran cond sub code 1 #!/usr/bin/perl 2 -3 # Copyright 2005, Paul Johnson (pjcj@cpan.org) +3 # Copyright 2006-2007, Paul Johnson (pjcj@cpan.org) 4 5 # This software is free. It is licensed under the same terms as Perl itself. 6 diff --git a/test_output/cover/module_ignore.5.008001 b/test_output/cover/module_ignore.5.008001 index d769143f..c66c58b3 100644 --- a/test_output/cover/module_ignore.5.008001 +++ b/test_output/cover/module_ignore.5.008001 @@ -1,4 +1,4 @@ -Reading database from /home/pjcj/g/perl/Devel-Cover/cover_db +Reading database from /home/pjcj/g/perl/svk/dc/cover_db ------------------------------------------ ------ ------ ------ ------ ------ @@ -20,7 +20,7 @@ tests/module_ignore line err stmt bran cond sub code 1 #!/usr/bin/perl 2 -3 # Copyright 2005, Paul Johnson (pjcj@cpan.org) +3 # Copyright 2006-2007, Paul Johnson (pjcj@cpan.org) 4 5 # This software is free. It is licensed under the same terms as Perl itself. 6 diff --git a/test_output/cover/module_import.5.006001 b/test_output/cover/module_import.5.006001 index f8efca0f..7eb2604f 100644 --- a/test_output/cover/module_import.5.006001 +++ b/test_output/cover/module_import.5.006001 @@ -1,4 +1,4 @@ -Reading database from /home/pjcj/g/perl/Devel-Cover/cover_db +Reading database from /home/pjcj/g/perl/svk/dc/cover_db ------------------------------------------ ------ ------ ------ ------ ------ @@ -18,7 +18,7 @@ Finish: ... tests/Module_import.pm line err stmt bran cond sub code -1 # Copyright 2002-2005, Paul Johnson (pjcj@cpan.org) +1 # Copyright 2002-2007, Paul Johnson (pjcj@cpan.org) 2 3 # This software is free. It is licensed under the same terms as Perl itself. 4 diff --git a/test_output/cover/module_import.5.008 b/test_output/cover/module_import.5.008 index 90f8977d..63723564 100644 --- a/test_output/cover/module_import.5.008 +++ b/test_output/cover/module_import.5.008 @@ -1,4 +1,4 @@ -Reading database from /home/pjcj/g/perl/Devel-Cover/cover_db +Reading database from /home/pjcj/g/perl/svk/dc/cover_db ------------------------------------------ ------ ------ ------ ------ ------ @@ -19,7 +19,7 @@ Finish: ... tests/Module_import.pm line err stmt bran cond sub code -1 # Copyright 2002-2005, Paul Johnson (pjcj@cpan.org) +1 # Copyright 2002-2007, Paul Johnson (pjcj@cpan.org) 2 3 # This software is free. It is licensed under the same terms as Perl itself. 4 @@ -49,7 +49,7 @@ tests/module_import line err stmt bran cond sub code 1 #!/usr/bin/perl 2 -3 # Copyright 2002-2005, Paul Johnson (pjcj@cpan.org) +3 # Copyright 2002-2007, Paul Johnson (pjcj@cpan.org) 4 5 # This software is free. It is licensed under the same terms as Perl itself. 6 diff --git a/test_output/cover/module_import.5.008001 b/test_output/cover/module_import.5.008001 index 35ec1f48..81e34fdf 100644 --- a/test_output/cover/module_import.5.008001 +++ b/test_output/cover/module_import.5.008001 @@ -1,4 +1,4 @@ -Reading database from /home/pjcj/g/perl/Devel-Cover/cover_db +Reading database from /home/pjcj/g/perl/svk/dc/cover_db ------------------------------------------ ------ ------ ------ ------ ------ @@ -19,7 +19,7 @@ Finish: ... tests/Module_import.pm line err stmt bran cond sub code -1 # Copyright 2002-2005, Paul Johnson (pjcj@cpan.org) +1 # Copyright 2002-2007, Paul Johnson (pjcj@cpan.org) 2 3 # This software is free. It is licensed under the same terms as Perl itself. 4 @@ -49,7 +49,7 @@ tests/module_import line err stmt bran cond sub code 1 #!/usr/bin/perl 2 -3 # Copyright 2002-2005, Paul Johnson (pjcj@cpan.org) +3 # Copyright 2002-2007, Paul Johnson (pjcj@cpan.org) 4 5 # This software is free. It is licensed under the same terms as Perl itself. 6 diff --git a/test_output/cover/module_relative.5.006001 b/test_output/cover/module_relative.5.006001 index 7a13c823..6cef88bd 100644 --- a/test_output/cover/module_relative.5.006001 +++ b/test_output/cover/module_relative.5.006001 @@ -1,4 +1,4 @@ -Reading database from /home/pjcj/g/perl/Devel-Cover/cover_db +Reading database from /home/pjcj/g/perl/svk/dc/cover_db ------------------------------------------ ------ ------ ------ ------ ------ diff --git a/test_output/cover/module_relative.5.008 b/test_output/cover/module_relative.5.008 index 85615a85..9f3c7096 100644 --- a/test_output/cover/module_relative.5.008 +++ b/test_output/cover/module_relative.5.008 @@ -1,4 +1,4 @@ -Reading database from /home/pjcj/g/perl/Devel-Cover/cover_db +Reading database from /home/pjcj/g/perl/svk/dc/cover_db ------------------------------------------ ------ ------ ------ ------ ------ @@ -19,7 +19,7 @@ Finish: ... tests/Module_import.pm line err stmt bran cond sub code -1 # Copyright 2002-2005, Paul Johnson (pjcj@cpan.org) +1 # Copyright 2002-2007, Paul Johnson (pjcj@cpan.org) 2 3 # This software is free. It is licensed under the same terms as Perl itself. 4 @@ -49,7 +49,7 @@ tests/module_relative line err stmt bran cond sub code 1 #!/usr/bin/perl 2 -3 # Copyright 2002-2005, Paul Johnson (pjcj@cpan.org) +3 # Copyright 2002-2007, Paul Johnson (pjcj@cpan.org) 4 5 # This software is free. It is licensed under the same terms as Perl itself. 6 diff --git a/test_output/cover/module_relative.5.008001 b/test_output/cover/module_relative.5.008001 index a46a7b1e..333b3c3a 100644 --- a/test_output/cover/module_relative.5.008001 +++ b/test_output/cover/module_relative.5.008001 @@ -1,4 +1,4 @@ -Reading database from /home/pjcj/g/perl/Devel-Cover/cover_db +Reading database from /home/pjcj/g/perl/svk/dc/cover_db ------------------------------------------ ------ ------ ------ ------ ------ @@ -19,7 +19,7 @@ Finish: ... tests/Module_import.pm line err stmt bran cond sub code -1 # Copyright 2002-2005, Paul Johnson (pjcj@cpan.org) +1 # Copyright 2002-2007, Paul Johnson (pjcj@cpan.org) 2 3 # This software is free. It is licensed under the same terms as Perl itself. 4 @@ -49,7 +49,7 @@ tests/module_relative line err stmt bran cond sub code 1 #!/usr/bin/perl 2 -3 # Copyright 2002-2005, Paul Johnson (pjcj@cpan.org) +3 # Copyright 2002-2007, Paul Johnson (pjcj@cpan.org) 4 5 # This software is free. It is licensed under the same terms as Perl itself. 6 diff --git a/test_output/cover/overload_bool.5.006001 b/test_output/cover/overload_bool.5.006001 index 7fdf6baf..ece80811 100644 --- a/test_output/cover/overload_bool.5.006001 +++ b/test_output/cover/overload_bool.5.006001 @@ -1,4 +1,4 @@ -Reading database from /home/pjcj/g/perl/Devel-Cover/cover_db +Reading database from /home/pjcj/g/perl/svk/dc/cover_db ------------------------------------------ ------ ------ ------ ------ ------ diff --git a/test_output/cover/overload_bool.5.008 b/test_output/cover/overload_bool.5.008 index b1615226..2d1e0f3f 100644 --- a/test_output/cover/overload_bool.5.008 +++ b/test_output/cover/overload_bool.5.008 @@ -1,4 +1,4 @@ -Reading database from /home/pjcj/g/perl/Devel-Cover/cover_db +Reading database from /home/pjcj/g/perl/svk/dc/cover_db ------------------------------------------ ------ ------ ------ ------ ------ diff --git a/test_output/cover/overloaded.5.006001 b/test_output/cover/overloaded.5.006001 index 24befc2b..94580693 100644 --- a/test_output/cover/overloaded.5.006001 +++ b/test_output/cover/overloaded.5.006001 @@ -1,4 +1,4 @@ -Reading database from /home/pjcj/g/perl/Devel-Cover/cover_db +Reading database from /home/pjcj/g/perl/svk/dc/cover_db ------------------------------------------ ------ ------ ------ ------ ------ diff --git a/test_output/cover/overloaded.5.008 b/test_output/cover/overloaded.5.008 index 7e5073fc..bcfb1373 100644 --- a/test_output/cover/overloaded.5.008 +++ b/test_output/cover/overloaded.5.008 @@ -1,4 +1,4 @@ -Reading database from /home/pjcj/g/perl/Devel-Cover/cover_db +Reading database from /home/pjcj/g/perl/svk/dc/cover_db ------------------------------------------ ------ ------ ------ ------ ------ diff --git a/test_output/cover/pod.5.006001 b/test_output/cover/pod.5.006001 index 5d8ad121..4b3fc074 100644 --- a/test_output/cover/pod.5.006001 +++ b/test_output/cover/pod.5.006001 @@ -1,4 +1,4 @@ -Reading database from /home/pjcj/g/perl/Devel-Cover/cover_db +Reading database from /home/pjcj/g/perl/svk/dc/cover_db --------------------------------------------------------------- ------ ------ @@ -17,114 +17,32 @@ OS: ... Start: ... Finish: ... -tests/Module1.pm +Uncovered Subroutines +--------------------- -line err pod code -1 # Copyright 2002-2005, Paul Johnson (pjcj@cpan.org) -2 -3 # This software is free. It is licensed under the same terms as Perl itself. -4 -5 # The latest version of this software should be available from my homepage: -6 # http://www.pjcj.net -7 -8 package Module1; -9 -10 my $y = 7; -11 $y++; -12 -13 sub _aa -14 { -15 $y++; -16 die; -17 die; -18 } -19 -20 sub xx -21 { -22 $y++; -23 die; -24 } -25 -26 sub yy -27 { -28 1 $y++; -29 } -30 -31 sub zz -32 { -33 *** 0 my $x = shift; -34 $x++; -35 } -36 -37 1 -38 -39 __END__ +Subroutine Count Pod Location +---------- ----- --- ------------------- +_aa 0 tests/Module1.pm:15 +xx 0 tests/Module1.pm:22 +yy 0 1 tests/Module1.pm:28 +zz 0 0 tests/Module1.pm:33 -tests/PodMod.pm +Uncovered Subroutines +--------------------- -line err pod code -1 # Copyright 2005, Paul Johnson (pjcj@cpan.org) -2 -3 # This software is free. It is licensed under the same terms as Perl itself. -4 -5 # The latest version of this software should be available from my homepage: -6 # http://www.pjcj.net -7 -8 package PodMod; -9 -10 use base "Module1"; -11 -12 1 sub vv { die } -13 *** 0 sub ww { die } -14 1 sub yy { die } -15 -16 1 -17 -18 __END__ +Subroutine Count Pod Location +---------- ----- --- ------------------ +vv 0 1 tests/PodMod.pm:12 +ww 0 0 tests/PodMod.pm:13 +yy 0 1 tests/PodMod.pm:14 -tests/pod +Uncovered Subroutines +--------------------- -line err pod code -1 #!/usr/bin/perl -2 -3 # Copyright 2002-2005, Paul Johnson (pjcj@cpan.org) -4 -5 # This software is free. It is licensed under the same terms as Perl itself. -6 -7 # The latest version of this software should be available from my homepage: -8 # http://www.pjcj.net -9 -10 # __COVER__ criteria pod-also_private-xx -11 # __COVER__ skip_test eval "use Pod::Coverage::CountParents"; $@ -12 # __COVER__ skip_reason Pod::Coverage::CountParents unavailable -13 -14 use strict; -15 use warnings; -16 -17 use lib "tests"; -18 -19 use PodMod; -20 -21 my @x; -22 -23 sub xx -24 { -25 $x[shift]++; -26 Module1::zz(0); -27 } -28 -29 for (0 .. 10) -30 { -31 if (time) -32 { -33 xx(0); -34 } -35 else -36 { -37 $x[1]++; -38 } -39 } +Subroutine Count Location +---------- ----- ------------ +xx 0 tests/pod:25 diff --git a/test_output/cover/pod.5.008 b/test_output/cover/pod.5.008 new file mode 100644 index 00000000..5898509b --- /dev/null +++ b/test_output/cover/pod.5.008 @@ -0,0 +1,65 @@ +Reading database from /home/pjcj/g/perl/svk/dc/cover_db + + +--------------------------------------------------------------- ------ ------ +File pod total +--------------------------------------------------------------- ------ ------ +tests/Module1.pm 50.0 50.0 +tests/PodMod.pm 66.7 66.7 +tests/pod n/a n/a +Total 60.0 60.0 +--------------------------------------------------------------- ------ ------ + + +Run: ... +Perl version: ... +OS: ... +Start: ... +Finish: ... + +Uncovered Subroutines +--------------------- + +Subroutine Count Pod Location +---------- ----- --- ------------------- +_aa 0 tests/Module1.pm:15 +xx 0 tests/Module1.pm:22 +yy 0 1 tests/Module1.pm:28 +zz 0 0 tests/Module1.pm:33 + + +Covered Subroutines +------------------- + +Subroutine Count Pod Location +---------- ----- --- ------------------ +BEGIN 1 tests/PodMod.pm:10 + +Uncovered Subroutines +--------------------- + +Subroutine Count Pod Location +---------- ----- --- ------------------ +vv 0 1 tests/PodMod.pm:12 +ww 0 0 tests/PodMod.pm:13 +yy 0 1 tests/PodMod.pm:14 + + +Covered Subroutines +------------------- + +Subroutine Count Location +---------- ----- ------------ +BEGIN 1 tests/pod:14 +BEGIN 1 tests/pod:15 +BEGIN 1 tests/pod:17 +BEGIN 1 tests/pod:19 + +Uncovered Subroutines +--------------------- + +Subroutine Count Location +---------- ----- ------------ +xx 0 tests/pod:25 + + diff --git a/test_output/cover/pod_nocp.5.006001 b/test_output/cover/pod_nocp.5.006001 index 5755d413..bff0cb5a 100644 --- a/test_output/cover/pod_nocp.5.006001 +++ b/test_output/cover/pod_nocp.5.006001 @@ -1,4 +1,4 @@ -Reading database from /home/pjcj/g/perl/Devel-Cover/cover_db +Reading database from /home/pjcj/g/perl/svk/dc/cover_db --------------------------------------------------------------- ------ ------ @@ -17,114 +17,32 @@ OS: ... Start: ... Finish: ... -tests/Module1.pm +Uncovered Subroutines +--------------------- -line err pod code -1 # Copyright 2002-2005, Paul Johnson (pjcj@cpan.org) -2 -3 # This software is free. It is licensed under the same terms as Perl itself. -4 -5 # The latest version of this software should be available from my homepage: -6 # http://www.pjcj.net -7 -8 package Module1; -9 -10 my $y = 7; -11 $y++; -12 -13 sub _aa -14 { -15 $y++; -16 die; -17 die; -18 } -19 -20 sub xx -21 { -22 $y++; -23 die; -24 } -25 -26 sub yy -27 { -28 1 $y++; -29 } -30 -31 sub zz -32 { -33 *** 0 my $x = shift; -34 $x++; -35 } -36 -37 1 -38 -39 __END__ +Subroutine Count Pod Location +---------- ----- --- ------------------- +_aa 0 tests/Module1.pm:15 +xx 0 tests/Module1.pm:22 +yy 0 1 tests/Module1.pm:28 +zz 0 0 tests/Module1.pm:33 -tests/PodMod.pm +Uncovered Subroutines +--------------------- -line err pod code -1 # Copyright 2005, Paul Johnson (pjcj@cpan.org) -2 -3 # This software is free. It is licensed under the same terms as Perl itself. -4 -5 # The latest version of this software should be available from my homepage: -6 # http://www.pjcj.net -7 -8 package PodMod; -9 -10 use base "Module1"; -11 -12 1 sub vv { die } -13 *** 0 sub ww { die } -14 *** 0 sub yy { die } -15 -16 1 -17 -18 __END__ +Subroutine Count Pod Location +---------- ----- --- ------------------ +vv 0 1 tests/PodMod.pm:12 +ww 0 0 tests/PodMod.pm:13 +yy 0 0 tests/PodMod.pm:14 -tests/pod_nocp +Uncovered Subroutines +--------------------- -line err pod code -1 #!/usr/bin/perl -2 -3 # Copyright 2002-2005, Paul Johnson (pjcj@cpan.org) -4 -5 # This software is free. It is licensed under the same terms as Perl itself. -6 -7 # The latest version of this software should be available from my homepage: -8 # http://www.pjcj.net -9 -10 # __COVER__ criteria pod-nocp-also_private-xx -11 # __COVER__ skip_test eval "use Pod::Coverage"; $@ -12 # __COVER__ skip_reason Pod::Coverage unavailable -13 -14 use strict; -15 use warnings; -16 -17 use lib "tests"; -18 -19 use PodMod; -20 -21 my @x; -22 -23 sub xx -24 { -25 $x[shift]++; -26 Module1::zz(0); -27 } -28 -29 for (0 .. 10) -30 { -31 if (time) -32 { -33 xx(0); -34 } -35 else -36 { -37 $x[1]++; -38 } -39 } +Subroutine Count Location +---------- ----- ----------------- +xx 0 tests/pod_nocp:25 diff --git a/test_output/cover/pod_nocp.5.008 b/test_output/cover/pod_nocp.5.008 new file mode 100644 index 00000000..7f9ecbf1 --- /dev/null +++ b/test_output/cover/pod_nocp.5.008 @@ -0,0 +1,65 @@ +Reading database from /home/pjcj/g/perl/svk/dc/cover_db + + +--------------------------------------------------------------- ------ ------ +File pod total +--------------------------------------------------------------- ------ ------ +tests/Module1.pm 50.0 50.0 +tests/PodMod.pm 33.3 33.3 +tests/pod_nocp n/a n/a +Total 40.0 40.0 +--------------------------------------------------------------- ------ ------ + + +Run: ... +Perl version: ... +OS: ... +Start: ... +Finish: ... + +Uncovered Subroutines +--------------------- + +Subroutine Count Pod Location +---------- ----- --- ------------------- +_aa 0 tests/Module1.pm:15 +xx 0 tests/Module1.pm:22 +yy 0 1 tests/Module1.pm:28 +zz 0 0 tests/Module1.pm:33 + + +Covered Subroutines +------------------- + +Subroutine Count Pod Location +---------- ----- --- ------------------ +BEGIN 1 tests/PodMod.pm:10 + +Uncovered Subroutines +--------------------- + +Subroutine Count Pod Location +---------- ----- --- ------------------ +vv 0 1 tests/PodMod.pm:12 +ww 0 0 tests/PodMod.pm:13 +yy 0 0 tests/PodMod.pm:14 + + +Covered Subroutines +------------------- + +Subroutine Count Location +---------- ----- ----------------- +BEGIN 1 tests/pod_nocp:14 +BEGIN 1 tests/pod_nocp:15 +BEGIN 1 tests/pod_nocp:17 +BEGIN 1 tests/pod_nocp:19 + +Uncovered Subroutines +--------------------- + +Subroutine Count Location +---------- ----- ----------------- +xx 0 tests/pod_nocp:25 + + diff --git a/test_output/cover/require.5.006001 b/test_output/cover/require.5.006001 index 32626e82..1e999f0e 100644 --- a/test_output/cover/require.5.006001 +++ b/test_output/cover/require.5.006001 @@ -1,4 +1,4 @@ -Reading database from /home/pjcj/g/perl/Devel-Cover/cover_db +Reading database from /home/pjcj/g/perl/svk/dc/cover_db ------------------------------------------ ------ ------ ------ ------ ------ @@ -20,7 +20,7 @@ tests/require line err stmt bran cond sub code 1 #!/usr/bin/perl 2 -3 # Copyright 2002-2005, Paul Johnson (pjcj@cpan.org) +3 # Copyright 2002-2007, Paul Johnson (pjcj@cpan.org) 4 5 # This software is free. It is licensed under the same terms as Perl itself. 6 diff --git a/test_output/cover/require.5.008 b/test_output/cover/require.5.008 index 196c98b2..1250f524 100644 --- a/test_output/cover/require.5.008 +++ b/test_output/cover/require.5.008 @@ -1,4 +1,4 @@ -Reading database from /home/pjcj/g/perl/Devel-Cover/cover_db +Reading database from /home/pjcj/g/perl/svk/dc/cover_db ------------------------------------------ ------ ------ ------ ------ ------ @@ -20,7 +20,7 @@ tests/require line err stmt bran cond sub code 1 #!/usr/bin/perl 2 -3 # Copyright 2002-2005, Paul Johnson (pjcj@cpan.org) +3 # Copyright 2002-2007, Paul Johnson (pjcj@cpan.org) 4 5 # This software is free. It is licensed under the same terms as Perl itself. 6 diff --git a/test_output/cover/skip.5.006001 b/test_output/cover/skip.5.006001 index 7793c677..5cd91665 100644 --- a/test_output/cover/skip.5.006001 +++ b/test_output/cover/skip.5.006001 @@ -1,4 +1,4 @@ -Reading database from /home/pjcj/g/perl/Devel-Cover/cover_db +Reading database from /home/pjcj/g/perl/svk/dc/cover_db ------------------------------------------ ------ ------ ------ ------ ------ @@ -20,7 +20,7 @@ tests/skip line err stmt bran cond sub code 1 #!/usr/bin/perl 2 -3 # Copyright 2004-2005, Paul Johnson (pjcj@cpan.org) +3 # Copyright 2004-2007, Paul Johnson (pjcj@cpan.org) 4 5 # This software is free. It is licensed under the same terms as Perl itself. 6 diff --git a/test_output/cover/sort.5.006001 b/test_output/cover/sort.5.006001 index d8e21b90..d0d681d4 100644 --- a/test_output/cover/sort.5.006001 +++ b/test_output/cover/sort.5.006001 @@ -1,4 +1,4 @@ -Reading database from /home/pjcj/g/perl/Devel-Cover/cover_db +Reading database from /home/pjcj/g/perl/svk/dc/cover_db ------------------------------------------ ------ ------ ------ ------ ------ diff --git a/test_output/cover/sort.5.008 b/test_output/cover/sort.5.008 index 2c700016..b61603be 100644 --- a/test_output/cover/sort.5.008 +++ b/test_output/cover/sort.5.008 @@ -1,4 +1,4 @@ -Reading database from /home/pjcj/g/perl/Devel-Cover/cover_db +Reading database from /home/pjcj/g/perl/svk/dc/cover_db ------------------------------------------ ------ ------ ------ ------ ------ diff --git a/test_output/cover/special_blocks.5.006001 b/test_output/cover/special_blocks.5.006001 index e08aa319..bb12c009 100644 --- a/test_output/cover/special_blocks.5.006001 +++ b/test_output/cover/special_blocks.5.006001 @@ -1,4 +1,4 @@ -Reading database from /home/pjcj/g/perl/Devel-Cover/cover_db +Reading database from /home/pjcj/g/perl/svk/dc/cover_db ------------------------------------------ ------ ------ ------ ------ ------ @@ -20,7 +20,7 @@ tests/special_blocks line err stmt bran cond sub code 1 #!/usr/bin/perl 2 -3 # Copyright 2002-2005, Paul Johnson (pjcj@cpan.org) +3 # Copyright 2002-2007, Paul Johnson (pjcj@cpan.org) 4 5 # This software is free. It is licensed under the same terms as Perl itself. 6 diff --git a/test_output/cover/special_blocks.5.008 b/test_output/cover/special_blocks.5.008 index cad62147..d1f1e452 100644 --- a/test_output/cover/special_blocks.5.008 +++ b/test_output/cover/special_blocks.5.008 @@ -1,4 +1,4 @@ -Reading database from /home/pjcj/g/perl/Devel-Cover/cover_db +Reading database from /home/pjcj/g/perl/svk/dc/cover_db ------------------------------------------ ------ ------ ------ ------ ------ @@ -20,7 +20,7 @@ tests/special_blocks line err stmt bran cond sub code 1 #!/usr/bin/perl 2 -3 # Copyright 2002-2005, Paul Johnson (pjcj@cpan.org) +3 # Copyright 2002-2007, Paul Johnson (pjcj@cpan.org) 4 5 # This software is free. It is licensed under the same terms as Perl itself. 6 diff --git a/test_output/cover/special_blocks.5.008001 b/test_output/cover/special_blocks.5.008001 index 7a3040de..312eb725 100644 --- a/test_output/cover/special_blocks.5.008001 +++ b/test_output/cover/special_blocks.5.008001 @@ -1,4 +1,4 @@ -Reading database from /home/pjcj/g/perl/Devel-Cover/cover_db +Reading database from /home/pjcj/g/perl/svk/dc/cover_db ------------------------------------------ ------ ------ ------ ------ ------ @@ -20,7 +20,7 @@ tests/special_blocks line err stmt bran cond sub code 1 #!/usr/bin/perl 2 -3 # Copyright 2002-2005, Paul Johnson (pjcj@cpan.org) +3 # Copyright 2002-2007, Paul Johnson (pjcj@cpan.org) 4 5 # This software is free. It is licensed under the same terms as Perl itself. 6 diff --git a/test_output/cover/special_blocks.5.009003 b/test_output/cover/special_blocks.5.009005 similarity index 95% rename from test_output/cover/special_blocks.5.009003 rename to test_output/cover/special_blocks.5.009005 index 304b6c6f..e19ad32f 100644 --- a/test_output/cover/special_blocks.5.009003 +++ b/test_output/cover/special_blocks.5.009005 @@ -1,4 +1,4 @@ -Reading database from /home/pjcj/g/perl/Devel-Cover/cover_db +Reading database from /home/pjcj/g/perl/svk/dc/cover_db ------------------------------------------ ------ ------ ------ ------ ------ @@ -20,7 +20,7 @@ tests/special_blocks line err stmt bran cond sub code 1 #!/usr/bin/perl 2 -3 # Copyright 2002-2005, Paul Johnson (pjcj@cpan.org) +3 # Copyright 2002-2007, Paul Johnson (pjcj@cpan.org) 4 5 # This software is free. It is licensed under the same terms as Perl itself. 6 diff --git a/test_output/cover/statement.5.006001 b/test_output/cover/statement.5.006001 index 1f6ad0fe..8f41dc80 100644 --- a/test_output/cover/statement.5.006001 +++ b/test_output/cover/statement.5.006001 @@ -1,4 +1,4 @@ -Reading database from /home/pjcj/g/perl/Devel-Cover/cover_db +Reading database from /home/pjcj/g/perl/svk/dc/cover_db ------------------------------------------ ------ ------ ------ ------ ------ @@ -20,7 +20,7 @@ tests/statement line err stmt bran cond sub code 1 #!/usr/bin/perl 2 -3 # Copyright 2002-2005, Paul Johnson (pjcj@cpan.org) +3 # Copyright 2002-2007, Paul Johnson (pjcj@cpan.org) 4 5 # This software is free. It is licensed under the same terms as Perl itself. 6 diff --git a/test_output/cover/subs_only.5.006001 b/test_output/cover/subs_only.5.006001 index 1bf5cfd9..17df6682 100644 --- a/test_output/cover/subs_only.5.006001 +++ b/test_output/cover/subs_only.5.006001 @@ -1,4 +1,4 @@ -Reading database from /home/pjcj/g/perl/Devel-Cover/cover_db +Reading database from /home/pjcj/g/perl/svk/dc/cover_db ------------------------------------------ ------ ------ ------ ------ ------ diff --git a/test_output/cover/t0.5.006001 b/test_output/cover/t0.5.006001 index 7e79d715..a23fc16d 100644 --- a/test_output/cover/t0.5.006001 +++ b/test_output/cover/t0.5.006001 @@ -1,4 +1,4 @@ -Reading database from /home/pjcj/g/perl/Devel-Cover/cover_db +Reading database from /home/pjcj/g/perl/svk/dc/cover_db ------------------------------------------ ------ ------ ------ ------ ------ @@ -20,7 +20,7 @@ tests/t0 line err stmt bran cond sub code 1 #!/usr/bin/perl 2 -3 # Copyright 2002-2005, Paul Johnson (pjcj@cpan.org) +3 # Copyright 2002-2007, Paul Johnson (pjcj@cpan.org) 4 5 # This software is free. It is licensed under the same terms as Perl itself. 6 diff --git a/test_output/cover/t0.5.008 b/test_output/cover/t0.5.008 index a4c9d55f..2adba8ae 100644 --- a/test_output/cover/t0.5.008 +++ b/test_output/cover/t0.5.008 @@ -1,4 +1,4 @@ -Reading database from /home/pjcj/g/perl/Devel-Cover/cover_db +Reading database from /home/pjcj/g/perl/svk/dc/cover_db ------------------------------------------ ------ ------ ------ ------ ------ @@ -20,7 +20,7 @@ tests/t0 line err stmt bran cond sub code 1 #!/usr/bin/perl 2 -3 # Copyright 2002-2005, Paul Johnson (pjcj@cpan.org) +3 # Copyright 2002-2007, Paul Johnson (pjcj@cpan.org) 4 5 # This software is free. It is licensed under the same terms as Perl itself. 6 diff --git a/test_output/cover/t0.5.008001 b/test_output/cover/t0.5.008001 index 285103ec..2a887ee5 100644 --- a/test_output/cover/t0.5.008001 +++ b/test_output/cover/t0.5.008001 @@ -1,4 +1,4 @@ -Reading database from /home/pjcj/g/perl/Devel-Cover/cover_db +Reading database from /home/pjcj/g/perl/svk/dc/cover_db ------------------------------------------ ------ ------ ------ ------ ------ @@ -20,7 +20,7 @@ tests/t0 line err stmt bran cond sub code 1 #!/usr/bin/perl 2 -3 # Copyright 2002-2005, Paul Johnson (pjcj@cpan.org) +3 # Copyright 2002-2007, Paul Johnson (pjcj@cpan.org) 4 5 # This software is free. It is licensed under the same terms as Perl itself. 6 diff --git a/test_output/cover/t1.5.006001 b/test_output/cover/t1.5.006001 index 7e3b552b..34e4517d 100644 --- a/test_output/cover/t1.5.006001 +++ b/test_output/cover/t1.5.006001 @@ -1,4 +1,4 @@ -Reading database from /home/pjcj/g/perl/Devel-Cover/cover_db +Reading database from /home/pjcj/g/perl/svk/dc/cover_db ------------------------------------------ ------ ------ ------ ------ ------ @@ -20,7 +20,7 @@ tests/t1 line err stmt bran cond sub code 1 #!/usr/bin/perl 2 -3 # Copyright 2002-2005, Paul Johnson (pjcj@cpan.org) +3 # Copyright 2002-2007, Paul Johnson (pjcj@cpan.org) 4 5 # This software is free. It is licensed under the same terms as Perl itself. 6 diff --git a/test_output/cover/t1.5.008 b/test_output/cover/t1.5.008 index bd59e46d..6c07f20d 100644 --- a/test_output/cover/t1.5.008 +++ b/test_output/cover/t1.5.008 @@ -1,4 +1,4 @@ -Reading database from /home/pjcj/g/perl/Devel-Cover/cover_db +Reading database from /home/pjcj/g/perl/svk/dc/cover_db ------------------------------------------ ------ ------ ------ ------ ------ @@ -20,7 +20,7 @@ tests/t1 line err stmt bran cond sub code 1 #!/usr/bin/perl 2 -3 # Copyright 2002-2005, Paul Johnson (pjcj@cpan.org) +3 # Copyright 2002-2007, Paul Johnson (pjcj@cpan.org) 4 5 # This software is free. It is licensed under the same terms as Perl itself. 6 diff --git a/test_output/cover/t2.5.006001 b/test_output/cover/t2.5.006001 index 0e7e1d9c..feb1230c 100644 --- a/test_output/cover/t2.5.006001 +++ b/test_output/cover/t2.5.006001 @@ -1,4 +1,4 @@ -Reading database from /home/pjcj/g/perl/Devel-Cover/cover_db +Reading database from /home/pjcj/g/perl/svk/dc/cover_db ------------------------------------------ ------ ------ ------ ------ ------ @@ -20,7 +20,7 @@ tests/t2 line err stmt bran cond sub code 1 #!/usr/bin/perl 2 -3 # Copyright 2002-2005, Paul Johnson (pjcj@cpan.org) +3 # Copyright 2002-2007, Paul Johnson (pjcj@cpan.org) 4 5 # This software is free. It is licensed under the same terms as Perl itself. 6 diff --git a/test_output/cover/t2.5.008 b/test_output/cover/t2.5.008 index 3f65b643..aca5864f 100644 --- a/test_output/cover/t2.5.008 +++ b/test_output/cover/t2.5.008 @@ -1,4 +1,4 @@ -Reading database from /home/pjcj/g/perl/Devel-Cover/cover_db +Reading database from /home/pjcj/g/perl/svk/dc/cover_db ------------------------------------------ ------ ------ ------ ------ ------ @@ -20,7 +20,7 @@ tests/t2 line err stmt bran cond sub code 1 #!/usr/bin/perl 2 -3 # Copyright 2002-2005, Paul Johnson (pjcj@cpan.org) +3 # Copyright 2002-2007, Paul Johnson (pjcj@cpan.org) 4 5 # This software is free. It is licensed under the same terms as Perl itself. 6 diff --git a/test_output/cover/t2.5.008001 b/test_output/cover/t2.5.008001 index 75cfd609..2f4cfb22 100644 --- a/test_output/cover/t2.5.008001 +++ b/test_output/cover/t2.5.008001 @@ -1,4 +1,4 @@ -Reading database from /home/pjcj/g/perl/Devel-Cover/cover_db +Reading database from /home/pjcj/g/perl/svk/dc/cover_db ------------------------------------------ ------ ------ ------ ------ ------ @@ -20,7 +20,7 @@ tests/t2 line err stmt bran cond sub code 1 #!/usr/bin/perl 2 -3 # Copyright 2002-2005, Paul Johnson (pjcj@cpan.org) +3 # Copyright 2002-2007, Paul Johnson (pjcj@cpan.org) 4 5 # This software is free. It is licensed under the same terms as Perl itself. 6 diff --git a/test_output/cover/trivial.5.006001 b/test_output/cover/trivial.5.006001 index 389c43b9..3000ce46 100644 --- a/test_output/cover/trivial.5.006001 +++ b/test_output/cover/trivial.5.006001 @@ -1,4 +1,4 @@ -Reading database from /home/pjcj/g/perl/Devel-Cover/cover_db +Reading database from /home/pjcj/g/perl/svk/dc/cover_db ------------------------------------------ ------ ------ ------ ------ ------ @@ -20,7 +20,7 @@ tests/trivial line err stmt bran cond sub code 1 #!/usr/bin/perl 2 -3 # Copyright 2004-2005, Paul Johnson (pjcj@cpan.org) +3 # Copyright 2004-2007, Paul Johnson (pjcj@cpan.org) 4 5 # This software is free. It is licensed under the same terms as Perl itself. 6 diff --git a/test_output/cover/uncoverable.5.006001 b/test_output/cover/uncoverable.5.006001 index 75eca047..c71d0cf8 100644 --- a/test_output/cover/uncoverable.5.006001 +++ b/test_output/cover/uncoverable.5.006001 @@ -1,4 +1,4 @@ -Reading database from /home/pjcj/g/perl/Devel-Cover/cover_db +Reading database from /home/pjcj/g/perl/svk/dc/cover_db Reading uncoverable information from tests/.uncoverable @@ -21,7 +21,7 @@ tests/uncoverable line err stmt bran cond sub code 1 #!/usr/bin/perl 2 -3 # Copyright 2004-2005, Paul Johnson (pjcj@cpan.org) +3 # Copyright 2004-2007, Paul Johnson (pjcj@cpan.org) 4 5 # This software is free. It is licensed under the same terms as Perl itself. 6