File Coverage

blib/lib/Acme/MetaSyntactic/calvin.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::calvin;
2 1     1   76768 use strict;
  1         4  
  1         31  
3 1     1   68 use Acme::MetaSyntactic::List;
  1         4  
  1         82  
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::calvin - Characters from Calvin and Hobbes
12              
13             =head1 DESCRIPTION
14              
15             Characters from the famous comic strip, I,
16             by I. The comic ran from November 18th, 1985 till
17             December 31, 1995, 3150 strips in total.
18              
19             See L.
20              
21             =head1 QUOTE
22              
23             It's a magical world, Hobbes ol' buddy!
24             Let's go exploring!
25              
26             =head1 CONTRIBUTOR
27              
28             Abigail
29              
30             =head1 CHANGES
31              
32             =over 4
33              
34             =item *
35              
36             2012-07-16 - v1.000
37              
38             Introduced in Acme-MetaSyntactic-Themes version 1.010.
39              
40             =item *
41              
42             2005-11-01
43              
44             Submitted by Abigail.
45              
46             =back
47              
48             =head1 SEE ALSO
49              
50             L, L.
51              
52             =cut
53              
54             __DATA__