line |
stmt |
bran |
cond |
sub |
pod |
time |
code |
1
|
|
|
|
|
|
|
package Acme::Playpen; |
2
|
|
|
|
|
|
|
|
3
|
1
|
|
|
1
|
|
658
|
use strict; |
|
1
|
|
|
|
|
2
|
|
|
1
|
|
|
|
|
31
|
|
4
|
1
|
|
|
1
|
|
6
|
use warnings; |
|
1
|
|
|
|
|
1
|
|
|
1
|
|
|
|
|
27
|
|
5
|
1
|
|
|
1
|
|
19
|
use 5.006; |
|
1
|
|
|
|
|
4
|
|
6
|
|
|
|
|
|
|
|
7
|
1
|
|
|
1
|
|
416
|
use Acme::Playpen::Utilities; |
|
1
|
|
|
|
|
3
|
|
|
1
|
|
|
|
|
57
|
|
8
|
|
|
|
|
|
|
|
9
|
|
|
|
|
|
|
package Acme::odometer; |
10
|
|
|
|
|
|
|
|
11
|
|
|
|
|
|
|
our $VERSION = '0.20_1'; |
12
|
|
|
|
|
|
|
|
13
|
|
|
|
|
|
|
1; |
14
|
|
|
|
|
|
|
|
15
|
|
|
|
|
|
|
=head1 NAME |
16
|
|
|
|
|
|
|
|
17
|
|
|
|
|
|
|
Acme::Playpen - a test distribution for playing around |
18
|
|
|
|
|
|
|
|
19
|
|
|
|
|
|
|
=head1 DESCRIPTION |
20
|
|
|
|
|
|
|
|
21
|
|
|
|
|
|
|
In the beginning the Universe was created. |
22
|
|
|
|
|
|
|
This has made a lot of people very angry and been widely regarded as a bad move. |
23
|
|
|
|
|
|
|
|
24
|
|
|
|
|
|
|
=head1 LICENSE AND COPYRIGHT |
25
|
|
|
|
|
|
|
|
26
|
|
|
|
|
|
|
This software is copyright (c) 2013 by Neil Bowers . |
27
|
|
|
|
|
|
|
|
28
|
|
|
|
|
|
|
This is free software; you can redistribute it and/or modify it under |
29
|
|
|
|
|
|
|
the same terms as the Perl 5 programming language system itself. |
30
|
|
|
|
|
|
|
|