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.002';
3 2     2   29075 use 5.006;
  2         4  
4 2     2   6 use strict;
  2         3  
  2         28  
5 2     2   6 use warnings;
  2         2  
  2         73  
6              
7             use Acme::CPANAuthors::Register (
8 2         12 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             PERLANCAR => "perlancar",
18             SAPER => "Sebastien Aperghis-Tramoni",
19             SHLOMIF => "Shlomi Fish",
20 2     2   796 );
  2         379  
21              
22             # from the unicode theme:
23             'DROMEDARY_CAMEL';
24              
25             __END__