File Coverage

blib/lib/Gtk2/Net/LDAP/Widgets.pm
Criterion Covered Total %
statement 4 7 57.1
branch n/a
condition n/a
subroutine 2 3 66.6
pod n/a
total 6 10 60.0


line stmt bran cond sub pod time code
1             package Gtk2::Net::LDAP::Widgets;
2              
3             our $VERSION = "2.0.1";
4 0     0     sub Version { $VERSION; }
5              
6             require 5.005;
7              
8 1     1   23657 use strict;
  1         3  
  1         37  
9 1     1   662 use Gtk2::Net::LDAP::Widgets::LdapEntrySelector;
  0            
  0            
10             use Gtk2::Net::LDAP::Widgets::LdapEntryView;
11             use Gtk2::Net::LDAP::Widgets::LdapTreeSelector;
12             use Gtk2::Net::LDAP::Widgets::LdapTreeView;
13              
14             1;
15              
16             __END__