File Coverage

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 . All rights reserved.
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   1219 use Net::LDAP::Control::PreRead;
  1         5  
  1         64  
8              
9             our @ISA = qw(Net::LDAP::Control::PreRead);
10             our $VERSION = '0.03';
11              
12             1;
13              
14              
15             __END__