File Coverage

blib/lib/Acme/MetaSyntactic/reindeer.pm
Criterion Covered Total %
statement 6 6 100.0
branch n/a
condition n/a
subroutine 2 2 100.0
pod n/a
total 8 8 100.0


line stmt bran cond sub pod time code
1             package Acme::MetaSyntactic::reindeer;
2 1     1   638867 use strict;
  1         10  
  1         46  
3 1     1   15 use Acme::MetaSyntactic::List;
  1         9  
  1         81  
4             our @ISA = qw( Acme::MetaSyntactic::List );
5             our $VERSION = '1.000';
6             __PACKAGE__->init();
7             1;
8              
9             =head1 NAME
10              
11             Acme::MetaSyntactic::reindeer - Santa's Reindeer
12              
13             =head1 DESCRIPTION
14              
15             The names of Santa's Reindeer. Note spelling variations exists, and
16             the inclusion of Rudolf is doubtful.
17              
18             See L
19              
20             =head1 CONTRIBUTOR
21              
22             Abigail
23              
24             =head1 CHANGES
25              
26             =over 4
27              
28             =item *
29              
30             2012-05-21 - v1.000
31              
32             Introduced in Acme-MetaSyntactic-Themes version 1.002.
33              
34             =item *
35              
36             2005-10-24
37              
38             Submitted by Abigail.
39              
40             =back
41              
42             =head1 SEE ALSO
43              
44             L, L.
45              
46             =cut
47              
48             __DATA__