File Coverage

blib/lib/MColPro.pm
Criterion Covered Total %
statement 6 6 100.0
branch n/a
condition n/a
subroutine 2 2 100.0
pod n/a
total 8 8 100.0


line stmt bran cond sub pod time code
1             package MColPro;
2              
3 1     1   33211 use warnings;
  1         3  
  1         39  
4 1     1   6 use strict;
  1         3  
  1         82  
5              
6             =head1 NAME
7              
8             MColPro - A simple monitoring and alarm system
9              
10             =head1 VERSION
11              
12             Version 1.10
13              
14             =cut
15              
16             our $VERSION = '2.01';
17              
18             =head1 AUTHOR
19              
20             WJIAN, C<< >>
21              
22             =head1 BUGS
23              
24             Please report any bugs or feature requests to C, or through
25             the web interface at L. I will be notified, and then you'll
26             automatically be notified of progress on your bug as I make changes.
27              
28              
29              
30              
31             =head1 SUPPORT
32              
33             You can find documentation for this module with the perldoc command.
34              
35             perldoc MColPro
36              
37              
38             You can also look for information at:
39              
40             =over 4
41              
42             =item * RT: CPAN's request tracker
43              
44             L
45              
46             =item * AnnoCPAN: Annotated CPAN documentation
47              
48             L
49              
50             =item * CPAN Ratings
51              
52             L
53              
54             =item * Search CPAN
55              
56             L
57              
58             =back
59              
60              
61             =head1 ACKNOWLEDGEMENTS
62              
63              
64             =head1 LICENSE AND COPYRIGHT
65              
66             Copyright 2013 WJIAN.
67              
68             This program is free software; you can redistribute it and/or modify it
69             under the terms of either: the GNU General Public License as published
70             by the Free Software Foundation; or the Artistic License.
71              
72             See http://dev.perl.org/licenses/ for more information.
73              
74              
75             =cut
76              
77             1; # End of MColPro