File Coverage

blib/lib/Lim/Agent/Client.pm
Criterion Covered Total %
statement 9 9 100.0
branch n/a
condition n/a
subroutine 3 3 100.0
pod n/a
total 12 12 100.0


line stmt bran cond sub pod time code
1             package Lim::Agent::Client;
2              
3 1     1   4210 use common::sense;
  1         2  
  1         14  
4              
5 1     1   68 use Lim ();
  1         3  
  1         27  
6              
7 1     1   7 use base qw(Lim::Component::Client);
  1         3  
  1         696  
8              
9             =encoding utf8
10              
11             =head1 NAME
12              
13             ...
14              
15             =head1 VERSION
16              
17             See L for version.
18              
19             =cut
20              
21             our $VERSION = $Lim::VERSION;
22              
23             =head1 SYNOPSIS
24              
25             ...
26              
27             =head1 SUBROUTINES/METHODS
28              
29             =head2 function1
30              
31             =cut
32              
33             =head1 AUTHOR
34              
35             Jerry Lundström, C<< >>
36              
37             =head1 BUGS
38              
39             Please report any bugs or feature requests to L.
40              
41             =head1 SUPPORT
42              
43             You can find documentation for this module with the perldoc command.
44              
45             perldoc Lim
46              
47             You can also look for information at:
48              
49             =over 4
50              
51             =item * Lim issue tracker (report bugs here)
52              
53             L
54              
55             =back
56              
57             =head1 ACKNOWLEDGEMENTS
58              
59             =head1 LICENSE AND COPYRIGHT
60              
61             Copyright 2012-2013 Jerry Lundström.
62              
63             This program is free software; you can redistribute it and/or modify it
64             under the terms of either: the GNU General Public License as published
65             by the Free Software Foundation; or the Artistic License.
66              
67             See http://dev.perl.org/licenses/ for more information.
68              
69              
70             =cut
71              
72             1; # End of Lim::Agent::Client