File Coverage

blib/lib/Acme/MetaSyntactic/legoworlds.pm
Criterion Covered Total %
statement 9 9 100.0
branch n/a
condition n/a
subroutine 3 3 100.0
pod n/a
total 12 12 100.0


line stmt bran cond sub pod time code
1             package Acme::MetaSyntactic::legoworlds;
2             $Acme::MetaSyntactic::legoworlds::VERSION = '0.02';
3             #ABSTRACT: LEGO Worlds theme
4              
5 1     1   6199 use strict;
  1         2  
  1         25  
6 1     1   4 use warnings;
  1         2  
  1         20  
7 1     1   337 use Acme::MetaSyntactic::List;
  1         2027  
  1         44  
8             our @ISA = qw( Acme::MetaSyntactic::List );
9             __PACKAGE__->init();
10              
11             q[It's a brand new world];
12              
13             =pod
14              
15             =encoding UTF-8
16              
17             =head1 NAME
18              
19             Acme::MetaSyntactic::legoworlds - LEGO Worlds theme
20              
21             =head1 VERSION
22              
23             version 0.02
24              
25             =head1 DESCRIPTION
26              
27             Characters from the LEGO Worlds game as gleaned from
28             Gamepedia L.
29              
30             I
31              
32             =head1 SEE ALSO
33              
34             L, L.
35              
36             =head1 AUTHOR
37              
38             Chris Williams
39              
40             =head1 COPYRIGHT AND LICENSE
41              
42             This software is copyright (c) 2017 by Chris Williams.
43              
44             This is free software; you can redistribute it and/or modify it under
45             the same terms as the Perl 5 programming language system itself.
46              
47             =cut
48              
49             __DATA__