File Coverage

blib/lib/MarpaX/Languages/M4/Role/Value.pm
Criterion Covered Total %
statement 60 60 100.0
branch n/a
condition n/a
subroutine 15 15 100.0
pod n/a
total 75 75 100.0


line stmt bran cond sub pod time code
1 1     1   6 use Moops;
  1         1  
  1         5  
2              
3             # PODNAME: MarpaX::Languages::M4::Role::Value
4              
5             # ABSTRACT: M4 Macro Parse Value role
6              
7 1     1   5062 role MarpaX::Languages::M4::Role::Value {
  1     1   24  
  1     1   5  
  1     1   2  
  1     1   43  
  1     1   4  
  1     1   2  
  1     1   6  
  1     1   227  
  1     1   2  
  1     1   5  
  1     1   61  
  1     1   2  
  1     1   39  
  1         4  
  1         2  
  1         80  
  1         27  
  1         5  
  1         1  
  1         6  
  1         3417  
  1         2  
  1         7  
  1         361  
  1         2  
  1         5  
  1         118  
  1         1  
  1         7  
  1         70  
  1         2  
  1         6  
  1         167  
  1         2  
  1         5  
  1         755  
  1         1  
  1         5  
  1         1885  
  1         3  
  1         4  
  1         16  
  1         28  
  1         6  
  1         1  
  1         37  
  1         5  
  1         2  
  1         106  
  1         2788  
8              
9 1         10 our $VERSION = '0.018'; # VERSION
10              
11 1         2 our $AUTHORITY = 'cpan:JDDPAUSE'; # AUTHORITY
12              
13 1         3 requires 'value_concat';
14 1         14 requires 'value_push';
15 1         8 requires 'value_elements';
16 1         8 requires 'value_firstElement';
17             }
18              
19             1;
20              
21             __END__
22              
23             =pod
24              
25             =encoding UTF-8
26              
27             =head1 NAME
28              
29             MarpaX::Languages::M4::Role::Value - M4 Macro Parse Value role
30              
31             =head1 VERSION
32              
33             version 0.018
34              
35             =head1 AUTHOR
36              
37             Jean-Damien Durand <jeandamiendurand@free.fr>
38              
39             =head1 COPYRIGHT AND LICENSE
40              
41             This software is copyright (c) 2015 by Jean-Damien Durand.
42              
43             This is free software; you can redistribute it and/or modify it under
44             the same terms as the Perl 5 programming language system itself.
45              
46             =cut