| blib/lib/Net/LDAP/Control/PostRead.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| statement | 3 | 3 | 100.0 |
| branch | n/a | ||
| condition | n/a | ||
| subroutine | 1 | 1 | 100.0 |
| pod | n/a | ||
| total | 4 | 4 | 100.0 |
| line | stmt | bran | cond | sub | pod | time | code |
|---|---|---|---|---|---|---|---|
| 1 | # Copyright (c) 2008 Peter Marschall |
||||||
| 2 | # This program is free software; you can redistribute it and/or | ||||||
| 3 | # modify it under the same terms as Perl itself. | ||||||
| 4 | |||||||
| 5 | package Net::LDAP::Control::PostRead; | ||||||
| 6 | |||||||
| 7 | 1 | 1 | 851 | use Net::LDAP::Control::PreRead; | |||
| 1 | 2 | ||||||
| 1 | 51 | ||||||
| 8 | |||||||
| 9 | our @ISA = qw(Net::LDAP::Control::PreRead); | ||||||
| 10 | our $VERSION = '0.03'; | ||||||
| 11 | |||||||
| 12 | 1; | ||||||
| 13 | |||||||
| 14 | |||||||
| 15 | __END__ |