File Coverage

blib/lib/Regexp/Common/AT/NICAT.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 1     1   46989 use 5.008;
  1         4  
  1         40  
2 1     1   5 use strict;
  1         2  
  1         34  
3 1     1   5 use warnings;
  1         1  
  1         53  
4              
5             package Regexp::Common::AT::NICAT;
6             our $VERSION = '1.100860';
7             # ABSTRACT: Defines patterns for nic.at person handles
8 1     1   6 use Regexp::Common 'pattern';
  1         1  
  1         17  
9             pattern
10             name => [qw(at nicathandle)],
11             create => '[A-Z]{2,4}\d+-NICAT';
12             1;
13              
14              
15             __END__