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             {
3             $Acme::MetaSyntactic::legobatman::VERSION = '0.02';
4             }
5              
6             #ABSTRACT: LEGO Batman theme
7              
8 1     1   7549 use strict;
  1         3  
  1         40  
9 1     1   6 use warnings;
  1         1  
  1         32  
10 1     1   909 use Acme::MetaSyntactic::List;
  1         3631  
  1         63  
11             our @ISA = qw( Acme::MetaSyntactic::List );
12             __PACKAGE__->init();
13              
14             q[You-Know-Who];
15              
16             =pod
17              
18             =head1 NAME
19              
20             Acme::MetaSyntactic::legobatman - LEGO Batman theme
21              
22             =head1 VERSION
23              
24             version 0.02
25              
26             =head1 DESCRIPTION
27              
28             Characters from the LEGO Batman and LEGO Batman2 games 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) 2012 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__