File Coverage

blib/lib/MarpaX/Languages/M4/Type/Regexp.pm
Criterion Covered Total %
statement 49 49 100.0
branch n/a
condition n/a
subroutine 12 12 100.0
pod n/a
total 61 61 100.0


line stmt bran cond sub pod time code
1 1     1   6 use Moops;
  1         2  
  1         6  
2              
3             # PODNAME: MarpaX::Languages::M4::Type::Regexp
4              
5             # ABSTRACT: M4 Regexp type
6              
7 1     1   3079 library MarpaX::Languages::M4::Type::Regexp declares M4Regexp, M4RegexpType {
  1     1   24  
  1     1   5  
  1     1   2  
  1     1   56  
  1     1   4  
  1     1   2  
  1     1   8  
  1     1   262  
  1     1   2  
  1     1   6  
  1         56  
  1         2  
  1         41  
  1         5  
  1         2  
  1         76  
  1         31  
  1         4  
  1         2  
  1         6  
  1         4206  
  1         2  
  1         5  
  1         782  
  1         4  
  1         4  
  1         2  
  1         23  
  1         4  
  1         2  
  1         41  
  1         6  
  1         2  
  1         81  
  1         5  
  1         3  
  1         11  
  1         499  
  1         2  
  1         7  
  1         2766  
8              
9 1         10 our $VERSION = '0.018'; # VERSION
10              
11 1         2 our $AUTHORITY = 'cpan:JDDPAUSE'; # AUTHORITY
12              
13 1         3 declare M4Regexp, as ConsumerOf ['MarpaX::Languages::M4::Role::Regexp'];
14 1         1601 declare M4RegexpType, as Enum[qw/GNU perl/];
15             }
16              
17             1;
18              
19             __END__
20              
21             =pod
22              
23             =encoding UTF-8
24              
25             =head1 NAME
26              
27             MarpaX::Languages::M4::Type::Regexp - M4 Regexp type
28              
29             =head1 VERSION
30              
31             version 0.018
32              
33             =head1 AUTHOR
34              
35             Jean-Damien Durand <jeandamiendurand@free.fr>
36              
37             =head1 COPYRIGHT AND LICENSE
38              
39             This software is copyright (c) 2015 by Jean-Damien Durand.
40              
41             This is free software; you can redistribute it and/or modify it under
42             the same terms as the Perl 5 programming language system itself.
43              
44             =cut