Reading database from ...


-------------- ------ ------ ------ ------ ------
File             stmt   bran   cond    sub  total
-------------- ------ ------ ------ ------ ------
tests/padrange  100.0    n/a    n/a    n/a  100.0
Total           100.0    n/a    n/a    n/a  100.0
-------------- ------ ------ ------ ------ ------


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

tests/padrange

line  err   stmt   bran   cond    sub   code
1                                       #!/usr/bin/perl
2                                       
3                                       # Copyright 2004-2025, 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                                       # https://pjcj.net
9                                       
10             1                        my $a;
11             1                        my ($b, $c);
12             1                        my ($d);
13             1                        my @s;
14             1                        for (@s) {}