File Coverage

blib/lib/Acme/MetaSyntactic/legolotr.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::MetaSyntactic::legolotr;
2             {
3             $Acme::MetaSyntactic::legolotr::VERSION = '0.02';
4             }
5              
6             #ABSTRACT: LEGO Lord of the Rings theme
7              
8 1     1   7965 use utf8;
  1         3  
  1         9  
9 1     1   28 use strict;
  1         2  
  1         38  
10 1     1   5 use warnings;
  1         3  
  1         46  
11 1     1   966 use Acme::MetaSyntactic::List;
  1         3396  
  1         71  
12             our @ISA = qw( Acme::MetaSyntactic::List );
13             __PACKAGE__->init();
14              
15             q[You-Know-Who];
16              
17             =pod
18              
19             =head1 NAME
20              
21             Acme::MetaSyntactic::legolotr - LEGO Lord of the Rings theme
22              
23             =head1 VERSION
24              
25             version 0.02
26              
27             =head1 DESCRIPTION
28              
29             Characters from the LEGO Lord of the Rings game as gleaned from
30             the L walkthroughs.
31              
32             I
33              
34             =encoding utf8
35              
36             =head1 SEE ALSO
37              
38             L, L.
39              
40             =head1 AUTHOR
41              
42             Chris Williams
43              
44             =head1 COPYRIGHT AND LICENSE
45              
46             This software is copyright (c) 2012 by Chris Williams.
47              
48             This is free software; you can redistribute it and/or modify it under
49             the same terms as the Perl 5 programming language system itself.
50              
51             =cut
52              
53             __DATA__