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         6  
2              
3             # PODNAME: MarpaX::Languages::M4::Role::Logger
4              
5             # ABSTRACT: M4 Logger role
6              
7 1     1   2863 role MarpaX::Languages::M4::Role::Logger {
  1     1   25  
  1     1   7  
  1     1   2  
  1     1   60  
  1     1   6  
  1     1   1  
  1     1   8  
  1     1   332  
  1     1   2  
  1     1   8  
  1     1   59  
  1     1   2  
  1     1   50  
  1         5  
  1         3  
  1         82  
  1         34  
  1         7  
  1         2  
  1         6  
  1         4388  
  1         3  
  1         9  
  1         423  
  1         2  
  1         8  
  1         137  
  1         3  
  1         8  
  1         84  
  1         3  
  1         6  
  1         210  
  1         2  
  1         8  
  1         861  
  1         2  
  1         6  
  1         2025  
  1         4  
  1         5  
  1         2  
  1         25  
  1         5  
  1         2  
  1         40  
  1         5  
  1         2  
  1         129  
  1         3238  
8              
9 1         11 our $VERSION = '0.020'; # VERSION
10              
11 1         2 our $AUTHORITY = 'cpan:JDDPAUSE'; # AUTHORITY
12              
13 1         5 requires 'logger_error';
14 1         18 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.020
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