File Coverage

blib/lib/MarpaX/Languages/M4/Type/Macro.pm
Criterion Covered Total %
statement 48 48 100.0
branch n/a
condition n/a
subroutine 12 12 100.0
pod n/a
total 60 60 100.0


line stmt bran cond sub pod time code
1 1     1   6 use Moops;
  1         2  
  1         7  
2              
3             # PODNAME: MarpaX::Languages::M4::Type::Macro
4              
5             # ABSTRACT: M4 Macro type
6              
7 1     1   8227 library MarpaX::Languages::M4::Type::Macro declares M4Macro {
  1     1   30  
  1     1   6  
  1     1   2  
  1     1   66  
  1     1   5  
  1     1   2  
  1     1   8  
  1     1   289  
  1     1   2  
  1     1   6  
  1         65  
  1         2  
  1         46  
  1         6  
  1         1  
  1         77  
  1         28  
  1         5  
  1         2  
  1         5  
  1         3710  
  1         2  
  1         6  
  1         726  
  1         3  
  1         5  
  1         1  
  1         23  
  1         4  
  1         2  
  1         33  
  1         4  
  1         2  
  1         112  
  1         6  
  1         2  
  1         8  
  1         759  
  1         4923  
  1         8  
  1         3217  
8              
9 1         11 our $VERSION = '0.019'; # VERSION
10              
11 1         1 our $AUTHORITY = 'cpan:JDDPAUSE'; # AUTHORITY
12              
13 1         5 declare M4Macro, as ConsumerOf ['MarpaX::Languages::M4::Role::Macro'];
14             }
15              
16             1;
17              
18             __END__
19              
20             =pod
21              
22             =encoding UTF-8
23              
24             =head1 NAME
25              
26             MarpaX::Languages::M4::Type::Macro - M4 Macro type
27              
28             =head1 VERSION
29              
30             version 0.019
31              
32             =head1 AUTHOR
33              
34             Jean-Damien Durand <jeandamiendurand@free.fr>
35              
36             =head1 COPYRIGHT AND LICENSE
37              
38             This software is copyright (c) 2015 by Jean-Damien Durand.
39              
40             This is free software; you can redistribute it and/or modify it under
41             the same terms as the Perl 5 programming language system itself.
42              
43             =cut