Reading database from /home/pjcj/g/perl/svk/dc/cover_db ------------------------------------------ ------ ------ ------ ------ ------ File stmt bran cond sub total ------------------------------------------ ------ ------ ------ ------ ------ tests/Module_import.pm 100.0 n/a n/a 100.0 100.0 tests/module_relative 100.0 n/a n/a 100.0 100.0 Total 100.0 n/a n/a 100.0 100.0 ------------------------------------------ ------ ------ ------ ------ ------ Run: ... Perl version: ... OS: ... Start: ... Finish: ... tests/Module_import.pm line err stmt bran cond sub code 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 5 # The latest version of this software should be available from my homepage: 6 # http://www.pjcj.net 7 8 package Module_import; 9 10 sub import 11 { 12 1 1 print "Module_import\n"; 13 } 14 15 1 Covered Subroutines ------------------- Subroutine Count Location ---------- ----- ------------------------- import 1 tests/Module_import.pm:12 tests/module_relative line err stmt bran cond sub code 1 #!/usr/bin/perl 2 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 7 # The latest version of this software should be available from my homepage: 8 # http://www.pjcj.net 9 10 # __COVER__ skip_test $] < 5.008 || $^O eq "cygwin" 11 # __COVER__ skip_reason Busted on 5.6 and cygwin 12 13 1 1 BEGIN { chdir "tests/random/dir" } 14 1 1 use lib "../.."; 1 1 15 1 1 use strict; 1 1 16 1 1 use Module_import; 1 1 1 Covered Subroutines ------------------- Subroutine Count Location ---------- ----- ------------------------ BEGIN 1 tests/module_relative:13 BEGIN 1 tests/module_relative:14 BEGIN 1 tests/module_relative:15 BEGIN 1 tests/module_relative:16