File Coverage

blib/lib/Acme/MetaSyntactic/abba.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::abba;
2 1     1   13216 use strict;
  1         2  
  1         33  
3 1     1   431 use Acme::MetaSyntactic::List;
  1         2677  
  1         72  
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::abba - Singers from the 1970s Swedish pop group
12              
13             =head1 DESCRIPTION
14              
15             ABBA won the 1974 Eurovision Songfestival for Sweden, which started
16             their very successful international career that would last into the
17             early 1980s.
18              
19             =head1 CONTRIBUTOR
20              
21             Abigail
22              
23             =head1 CHANGES
24              
25             =over 4
26              
27             =item *
28              
29             2012-05-07 - v1.000
30              
31             Introduced in Acme-MetaSyntactic-Themes version 1.000.
32              
33             =item *
34              
35             2005-11-01
36              
37             Submitted by Abigail.
38              
39             =back
40              
41             =head1 SEE ALSO
42              
43             L, L.
44              
45             =cut
46              
47             __DATA__