File Coverage

blib/lib/Acme/MetaSyntactic/facecards.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::facecards;
2 1     1   95643 use strict;
  1         5  
  1         37  
3 1     1   10 use Acme::MetaSyntactic::List;
  1         4  
  1         73  
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::facecards - The facecards theme
12              
13             =head1 DESCRIPTION
14              
15             The traditional names of face cards in French playing cards.
16              
17             =head1 CONTRIBUTOR
18              
19             Estelle Souche.
20              
21             =head1 CHANGES
22              
23             =over 4
24              
25             =item *
26              
27             2012-05-07 - v1.000
28              
29             Received its own version number in Acme-MetaSyntactic-Themes version 1.000.
30              
31             =item *
32              
33             2005-11-07
34              
35             Introduced in Acme-MetaSyntactic version 0.47.
36              
37             =back
38              
39             =head1 SEE ALSO
40              
41             L, L.
42              
43             =cut
44              
45             __DATA__