File Coverage

blib/lib/Acme/CPANAuthors/Canadian.pm
Criterion Covered Total %
statement 9 9 100.0
branch n/a
condition n/a
subroutine 3 3 100.0
pod n/a
total 12 12 100.0


line stmt bran cond sub pod time code
1             package Acme::CPANAuthors::Canadian;
2              
3 1     1   77848 use warnings;
  1         4  
  1         37  
4 1     1   6 use strict;
  1         2  
  1         76  
5              
6             our $VERSION = '0.0106';
7              
8             use Acme::CPANAuthors::Register (
9 1         10 ZOFFIX => 'Zoffix Znet',
10             ETHER => 'Karen Etheridge',
11             ROMANF => 'Roman F.',
12             GTERMARS => 'Graham TerMarsch',
13              
14             # the following four authors have been submitted by GTERMARS
15             STASH => 'Jeremy Stashewsky',
16             LUKEC => 'Luke Closs',
17             KEVINJ => 'Kevin Jones',
18             MDMS => 'Mike Smith',
19 1     1   15 );
  1         7  
20              
21             1;
22             __END__