File Coverage

blib/lib/Acme/CPANAuthors/InMemoriam.pm
Criterion Covered Total %
statement 12 12 100.0
branch n/a
condition n/a
subroutine 4 4 100.0
pod n/a
total 16 16 100.0


line stmt bran cond sub pod time code
1             package Acme::CPANAuthors::InMemoriam;
2 6     6   86712 use strict;
  6         15  
  6         163  
3 6     6   31 use warnings;
  6         14  
  6         191  
4              
5             {
6 6     6   34 no strict "vars";
  6         18  
  6         538  
7             $VERSION = "1.07";
8             }
9              
10             use Acme::CPANAuthors::Register (
11              
12             # Our fallen heroes, may they never be forgotten
13              
14 6         42 'AMORETTE' => 'Hojung Yoon',
15             'ANDREWF' => 'Andrew Ford',
16             'AVENJ' => 'Jon Portnoy',
17             'CKARG' => 'Christian Karg',
18             'ENCRYPTIO' => 'Chris Kastorff',
19             'GARYAJ' => 'Gary Ashton-Jones',
20             'GMCCAR' => 'Greg McCarroll',
21             'IVORW' => 'Ivor Williams',
22             'JAITKEN' => 'James Aitken',
23             'NI-S' => 'Nick Ing-Simmons',
24             'NOBULL' => 'Brian McCauley',
25             'RKOBES' => 'Randy Kobes',
26             'SCHOP' => 'Ariel Brosh',
27             'SPOON' => 'Iain Truskett',
28             'SUGMAK' => 'Makoto Sugiyama',
29             'TADMC' => 'Tad McClellan',
30             'VSARKISS' => 'Vahe Sarkissian'
31              
32 6     6   2576 );
  6         1387  
33              
34             q<
35             summer has come and passed
36             the innocent can never last
37             wake me up when September ends
38              
39             ring out the bells again
40             like we did when spring began
41             wake me up when September ends
42              
43             Lyrics copyright Green Daze Music, Billie Joe Armstrong, Frank Edwin Wright III, Michael Pritchard.
44             >
45              
46             __END__