The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
Reading database from ...
Devel::Cover: Deleting old coverage for changed file tests/change


------------------------------------------ ------ ------ ------ ------ ------
File                                         stmt   bran   cond    sub  total
------------------------------------------ ------ ------ ------ ------ ------
tests/change                                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: ...

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

tests/change

line  err   stmt   bran   cond    sub   code
1                                       #!/usr/bin/perl
2                                       
3                                       # Copyright 2004-2014, 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                        my $x = 1;
11                                      sub new_sub {
12             1                    1       my $y = 1;
13                                      }
14                                      
15             1                        new_sub;


Covered Subroutines
-------------------

Subroutine Count Location       
---------- ----- ---------------
new_sub        1 tests/change:12