File Coverage

blib/lib/Lemonldap/NG/Handler.pm
Criterion Covered Total %
statement 1 3 33.3
branch n/a
condition n/a
subroutine 1 1 100.0
pod n/a
total 2 4 50.0


line stmt bran cond sub pod time code
1             ## @file
2             # Handler module
3              
4             ## @class
5             # Handler module
6             package Lemonldap::NG::Handler;
7              
8             our $VERSION = '1.4.1';
9              
10 1     1   8362 use Lemonldap::NG::Handler::SharedConf;
  0            
  0            
11             @ISA = qw(Lemonldap::NG::Handler::SharedConf);
12              
13             __PACKAGE__->init();
14              
15             1;
16              
17             __END__