File Coverage

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


line stmt bran cond sub pod time code
1             package Acme::CPANAuthors::MetaSyntactic;
2             $Acme::CPANAuthors::MetaSyntactic::VERSION = '1.001';
3 2     2   44474 use 5.006;
  2         7  
4 2     2   12 use strict;
  2         3  
  2         40  
5 2     2   10 use warnings;
  2         4  
  2         103  
6              
7             use Acme::CPANAuthors::Register (
8 2         14 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             SHLOMIF => "Shlomi Fish",
19 2     2   1513 );
  2         502  
20              
21             # from the unicode theme:
22             'DROMEDARY_CAMEL';
23              
24             __END__