File Coverage

blib/lib/MarpaX/Languages/M4/Role/Logger.pm
Criterion Covered Total %
statement 59 59 100.0
branch n/a
condition n/a
subroutine 15 15 100.0
pod n/a
total 74 74 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::Role::Logger
4              
5             # ABSTRACT: M4 Logger role
6              
7 1     1   3154 role MarpaX::Languages::M4::Role::Logger {
  1     1   32  
  1     1   9  
  1     1   3  
  1     1   96  
  1     1   10  
  1     1   5  
  1     1   11  
  1     1   313  
  1     1   3  
  1     1   8  
  1     1   60  
  1     1   3  
  1     1   43  
  1         6  
  1         2  
  1         81  
  1         29  
  1         6  
  1         2  
  1         5  
  1         4661  
  1         2  
  1         9  
  1         405  
  1         2  
  1         7  
  1         136  
  1         2  
  1         8  
  1         115  
  1         3  
  1         7  
  1         255  
  1         2  
  1         8  
  1         917  
  1         2  
  1         7  
  1         2204  
  1         4  
  1         5  
  1         2  
  1         26  
  1         5  
  1         2  
  1         48  
  1         4  
  1         3  
  1         127  
  1         2936  
8              
9 1         12 our $VERSION = '0.019'; # VERSION
10              
11 1         2 our $AUTHORITY = 'cpan:JDDPAUSE'; # AUTHORITY
12              
13 1         5 requires 'logger_error';
14 1         19 requires 'logger_warn';
15 1         8 requires 'logger_debug';
16             }
17              
18             1;
19              
20             __END__
21              
22             =pod
23              
24             =encoding UTF-8
25              
26             =head1 NAME
27              
28             MarpaX::Languages::M4::Role::Logger - M4 Logger role
29              
30             =head1 VERSION
31              
32             version 0.019
33              
34             =head1 AUTHOR
35              
36             Jean-Damien Durand <jeandamiendurand@free.fr>
37              
38             =head1 COPYRIGHT AND LICENSE
39              
40             This software is copyright (c) 2015 by Jean-Damien Durand.
41              
42             This is free software; you can redistribute it and/or modify it under
43             the same terms as the Perl 5 programming language system itself.
44              
45             =cut