File Coverage

blib/lib/Acme/CPANAuthors/Catalonian.pm
Criterion Covered Total %
statement 12 12 100.0
branch n/a
condition n/a
subroutine 4 4 100.0
pod n/a
total 16 16 100.0


line stmt bran cond sub pod time code
1             package Acme::CPANAuthors::Catalonian;
2              
3 2     2   21777 use warnings;
  2         4  
  2         71  
4 2     2   15 use strict;
  2         2  
  2         41  
5 2     2   1694 use utf8;
  2         24  
  2         10  
6              
7             our $VERSION = '0.02';
8              
9 2         12 use Acme::CPANAuthors::Register ( ALEXM => 'Alex Muntada',
10             BREQUESEN => 'Bernat Requesens',
11             DIEGOK => 'Diego Kuperman',
12             ENELL => 'Enrique Nell',
13             FXN => 'Xavier Noria',
14             JAVIER => 'Javier Arturo Rodríguez Gutiérrez',
15             JLMARTIN => 'Jose Luis Martínez',
16             MRUIZ => 'Miquel Ruiz',
17 2     2   1210 );
  2         504  
18              
19             __END__