File Coverage

blib/lib/Acme/MetaSyntactic/legotheincredibles.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::legotheincredibles;
2             $Acme::MetaSyntactic::legotheincredibles::VERSION = '0.02';
3             #ABSTRACT: LEGO The Incredibles theme
4              
5 1     1   10943 use strict;
  1         4  
  1         35  
6 1     1   5 use warnings;
  1         3  
  1         32  
7 1     1   489 use Acme::MetaSyntactic::List;
  1         3127  
  1         65  
8             our @ISA = qw( Acme::MetaSyntactic::List );
9             __PACKAGE__->init();
10              
11             q[You-Know-Who];
12              
13             =pod
14              
15             =encoding UTF-8
16              
17             =head1 NAME
18              
19             Acme::MetaSyntactic::legotheincredibles - LEGO The Incredibles theme
20              
21             =head1 VERSION
22              
23             version 0.02
24              
25             =head1 DESCRIPTION
26              
27             Characters from the LEGO The Incredibles game as gleaned from
28             the 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) 2021 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__