File Coverage

blib/lib/Acme/CPANAuthors/MetaSyntactic.pm
Criterion Covered Total %
statement 12 12 100.0
branch n/a
condition n/a
subroutine 4 4 100.0
pod n/a
total 16 16 100.0


line stmt bran cond sub pod time code
1             package Acme::CPANAuthors::MetaSyntactic;
2             $Acme::CPANAuthors::MetaSyntactic::VERSION = '1.000';
3 1     1   31079 use 5.006;
  1         3  
  1         37  
4 1     1   7 use strict;
  1         2  
  1         39  
5 1     1   5 use warnings;
  1         7  
  1         77  
6              
7             use Acme::CPANAuthors::Register (
8 1         7 ABIGAIL => "Abigail",
9             BINGOS => "Chris Williams",
10             BOOK => "Philippe Bruhat (BooK)",
11             ELBEHO => "Laurent Boivin",
12             ELLIOTJS => "Elliot Shank",
13             JFORGET => "Jean Forget",
14             JQUELIN => "Jerome Quelin",
15             MARKF => "Mark Fowler",
16             MCARTMELL => "Mike Cartmell",
17             SAPER => "Sebastien Aperghis-Tramoni",
18 1     1   1001 );
  1         281  
19              
20             # from the unicode theme:
21             'DROMEDARY_CAMEL';
22              
23             __END__