blib/lib/Lemonldap/NG/Common/Regexp.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
statement | 11 | 11 | 100.0 |
branch | 1 | 2 | 50.0 |
condition | n/a | ||
subroutine | 5 | 5 | 100.0 |
pod | 0 | 4 | 0.0 |
total | 17 | 22 | 77.2 |
line | stmt | bran | cond | sub | pod | time | code |
---|---|---|---|---|---|---|---|
1 | ## @file | ||||||
2 | # Common regexp issued from Regexp::Common | ||||||
3 | |||||||
4 | package Lemonldap::NG::Common::Regexp; | ||||||
5 | |||||||
6 | 1 | 1 | 21457 | use AutoLoader 'AUTOLOAD'; | |||
1 | 2098 | ||||||
1 | 9 | ||||||
7 | |||||||
8 | 1; | ||||||
9 | |||||||
10 | __END__ |