Reading database from ... --------- ------ ------ ------ ------ ------ File stmt bran cond sub total --------- ------ ------ ------ ------ ------ tests/cop 91.6 n/a n/a 75.0 87.5 Total 91.6 n/a n/a 75.0 87.5 --------- ------ ------ ------ ------ ------ Run: ... Perl version: ... OS: ... Start: ... Finish: ... tests/cop line err stmt bran cond sub code 1 #!/usr/bin/perl 2 3 # Copyright 2011-2024, Paul Johnson (paul@pjcj.net) 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 1 1 use strict; 1 1 11 1 1 use warnings; 1 1 12 13 1 1 use lib "tests"; 1 1 14 15 *** 1 *0 $SIG{__WARN__} = sub { die @_ }; *** *0 16 1 require COP; Covered Subroutines ------------------- Subroutine Count Location ---------- ----- ------------ BEGIN 1 tests/cop:10 BEGIN 1 tests/cop:11 BEGIN 1 tests/cop:13 Uncovered Subroutines --------------------- Subroutine Count Location ---------- ----- ------------ __ANON__ 0 tests/cop:15