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.3'; | ||||||
9 | |||||||
10 | 1 | 1 | 5902 | use Lemonldap::NG::Handler::SharedConf; | |||
0 | |||||||
0 | |||||||
11 | @ISA = qw(Lemonldap::NG::Handler::SharedConf); | ||||||
12 | |||||||
13 | __PACKAGE__->init(); | ||||||
14 | |||||||
15 | 1; | ||||||
16 | |||||||
17 | __END__ |