File Coverage

blib/lib/Acme/CPANAuthors/Dutch.pm
Criterion Covered Total %
statement 15 15 100.0
branch n/a
condition n/a
subroutine 5 5 100.0
pod n/a
total 20 20 100.0


line stmt bran cond sub pod time code
1             package Acme::CPANAuthors::Dutch;
2              
3 2     2   30095 use 5.006;
  2         6  
  2         61  
4 2     2   8 use strict;
  2         3  
  2         47  
5 2     2   8 use warnings;
  2         6  
  2         54  
6 2     2   8 no warnings 'syntax';
  2         2  
  2         106  
7              
8             our $VERSION = '2009102802';
9              
10             use Acme::CPANAuthors::Register (
11 2         12 '' => '',
12 2     2   1396 );
  2         434  
13              
14              
15             1;
16              
17             __END__