File Coverage

blib/lib/Acme/MetaSyntactic/legobatman.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::legobatman;
2             $Acme::MetaSyntactic::legobatman::VERSION = '0.04';
3             #ABSTRACT: LEGO Batman theme
4              
5 1     1   6105 use strict;
  1         2  
  1         36  
6 1     1   4 use warnings;
  1         1  
  1         27  
7 1     1   445 use Acme::MetaSyntactic::List;
  1         2571  
  1         47  
8             our @ISA = qw( Acme::MetaSyntactic::List );
9             __PACKAGE__->init();
10              
11             q[Kerpow!!];
12              
13             =pod
14              
15             =encoding UTF-8
16              
17             =head1 NAME
18              
19             Acme::MetaSyntactic::legobatman - LEGO Batman theme
20              
21             =head1 VERSION
22              
23             version 0.04
24              
25             =head1 DESCRIPTION
26              
27             Characters from the LEGO Batman, LEGO Batman2 and LEGO Batman3 games as gleaned from
28             the L walkthroughs.
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) 2014 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__