File Coverage

blib/lib/Net/Hotline.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             package Net::Hotline;
2              
3             # Provides the version number for the whole set of Net::Hotline:: libs.
4             # Currently, this includes only the Net::Hotline::Client
5             $VERSION = '0.83';
6              
7             # The client module is loaded when you "use Net::Hotline"
8 1     1   8337 use Net::Hotline::Client;
  1         5  
  1         46  
9              
10             1;