File Coverage

blib/lib/Acme/MetaSyntactic/legomarvelsavengers.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::legomarvelsavengers;
2             $Acme::MetaSyntactic::legomarvelsavengers::VERSION = '0.02';
3             #ABSTRACT: LEGO Marvel's Avengers theme
4              
5 1     1   4586 use utf8;
  1         1  
  1         5  
6 1     1   24 use strict;
  1         1  
  1         15  
7 1     1   3 use warnings;
  1         1  
  1         26  
8 1     1   374 use Acme::MetaSyntactic::List;
  1         1944  
  1         45  
9             our @ISA = qw( Acme::MetaSyntactic::List );
10             __PACKAGE__->init();
11              
12             q[Puny god];
13              
14             =pod
15              
16             =encoding UTF-8
17              
18             =head1 NAME
19              
20             Acme::MetaSyntactic::legomarvelsavengers - LEGO Marvel's Avengers theme
21              
22             =head1 VERSION
23              
24             version 0.02
25              
26             =head1 DESCRIPTION
27              
28             Characters from the LEGO Marvel's Avengers 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) 2016 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__