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