File Coverage

blib/lib/Acme/MetaSyntactic/state_flowers.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::state_flowers;
2 1     1   101474 use strict;
  1         13  
  1         47  
3 1     1   12 use Acme::MetaSyntactic::List;
  1         9  
  1         86  
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::state_flowers - The US State Flowers theme
12              
13             =head1 DESCRIPTION
14              
15             Each US state has a state flower. This theme uses all of them. Note however
16             that while there are 50 US states, there are only 43 entries in this theme.
17             This is not a bug - there are 7 pairs of states that have a common state
18             flower. Which leaves 43 different flowers.
19              
20             =head1 CONTRIBUTOR
21              
22             Abigail
23              
24             =head1 CHANGES
25              
26             =over 4
27              
28             =item *
29              
30             2012-05-07
31              
32             Received its own version number in Acme-MetaSyntactic-Themes version 1.000.
33              
34             =item *
35              
36             2006-09-04
37              
38             Introduced in Acme-MetaSyntactic version 0.90.
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__