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   5 use Moops;
  1         2  
  1         6  
2              
3             # PODNAME: MarpaX::Languages::M4::Role::Value
4              
5             # ABSTRACT: M4 Macro Parse Value role
6              
7 1     1   5595 role MarpaX::Languages::M4::Role::Value {
  1     1   24  
  1     1   8  
  1     1   2  
  1     1   56  
  1     1   6  
  1     1   3  
  1     1   9  
  1     1   275  
  1     1   2  
  1     1   6  
  1     1   74  
  1     1   2  
  1     1   44  
  1         5  
  1         2  
  1         87  
  1         28  
  1         6  
  1         1  
  1         8  
  1         3598  
  1         2  
  1         10  
  1         411  
  1         2  
  1         9  
  1         140  
  1         2  
  1         8  
  1         85  
  1         2  
  1         6  
  1         239  
  1         2  
  1         8  
  1         849  
  1         2  
  1         6  
  1         1711  
  1         4  
  1         5  
  1         15  
  1         35  
  1         5  
  1         2  
  1         62  
  1         5  
  1         2  
  1         140  
  1         2929  
8              
9 1         10 our $VERSION = '0.020'; # VERSION
10              
11 1         2 our $AUTHORITY = 'cpan:JDDPAUSE'; # AUTHORITY
12              
13 1         4 requires 'value_concat';
14 1         16 requires 'value_push';
15 1         8 requires 'value_elements';
16 1         7 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.020
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