File Coverage

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