File Coverage

blib/lib/Acme/CPANAuthors/Catalonian.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::Catalonian;
2              
3 2     2   32252 use warnings;
  2         6  
  2         58  
4 2     2   17 use strict;
  2         3  
  2         125  
5              
6             our $VERSION = '0.01';
7              
8 2         20 use Acme::CPANAuthors::Register ( ALEXM => 'Alex Muntada',
9             BREQUESEN => 'Bernat Requesens',
10             DIEGOK => 'Diego Kuperman',
11             ENELL => 'Enrique Nell',
12             FXN => 'Xavier Noria',
13             JLMARTIN => 'Jose Luis Martínez',
14             MRUIZ => 'Miquel Ruiz',
15 2     2   1756 );
  2         553  
16              
17             __END__