The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
Reading database from ...


------------------------------------------ ------ ------ ------ ------ ------
File                                         stmt   bran   cond    sub  total
------------------------------------------ ------ ------ ------ ------ ------
tests/cop                                    66.7    n/a    n/a    0.0   50.0
Total                                        66.7    n/a    n/a    0.0   50.0
------------------------------------------ ------ ------ ------ ------ ------


Run: ...
Perl version: ...
OS: ...
Start: ...
Finish: ...

tests/cop

line  err   stmt   bran   cond    sub   code
1                                       #!/usr/bin/perl
2                                       
3                                       # Copyright 2011-2013, 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                                      use strict;
11                                      use warnings;
12                                      
13                                      use lib "tests";
14                                      
15    ***      1                    0   $SIG{__WARN__} = sub { die @_ };
      ***      0                        
16             1                        require COP;


Uncovered Subroutines
---------------------

Subroutine Count Location    
---------- ----- ------------
__ANON__       0 tests/cop:15