File Coverage

blib/lib/Acme/IAMB.pm
Criterion Covered Total %
statement 9 11 81.8
branch n/a
condition n/a
subroutine 3 5 60.0
pod n/a
total 12 16 75.0


line stmt bran cond sub pod time code
1             package Acme::IAMB;
2              
3 1     1   30903 use 5.006;
  1         4  
  1         42  
4 1     1   8 use strict;
  1         2  
  1         36  
5 1     1   6 use warnings;
  1         17  
  1         1176  
6              
7             =head1 NAME
8              
9             Acme::IAMB - The great new Acme::IAMB!
10              
11             =head1 VERSION
12              
13             Version 0.02
14              
15             =cut
16              
17             our $VERSION = '0.02';
18              
19              
20             =head1 SYNOPSIS
21              
22             Quick summary of what the module does.
23              
24             Perhaps a little code snippet.
25              
26             use Acme::IAMB;
27              
28             my $foo = Acme::IAMB->new();
29             ...
30              
31             =head1 EXPORT
32              
33             A list of functions that can be exported. You can delete this section
34             if you don't export anything, such as for a purely object-oriented module.
35              
36             =head1 SUBROUTINES/METHODS
37              
38             =head2 function1
39              
40             =cut
41              
42 0     0     sub function1 {
43             }
44              
45             =head2 function2
46              
47             =cut
48              
49 0     0     sub function2 {
50             }
51             foobar
52              
53             =head1 AUTHOR
54              
55             brad barden, C<< >>
56              
57             =head1 BUGS
58              
59             Please report any bugs or feature requests to C, or through
60             the web interface at L. I will be notified, and then you'll
61             automatically be notified of progress on your bug as I make changes.
62              
63              
64              
65              
66             =head1 SUPPORT
67              
68             You can find documentation for this module with the perldoc command.
69              
70             perldoc Acme::IAMB
71              
72              
73             You can also look for information at:
74              
75             =over 4
76              
77             =item * RT: CPAN's request tracker (report bugs here)
78              
79             L
80              
81             =item * AnnoCPAN: Annotated CPAN documentation
82              
83             L
84              
85             =item * CPAN Ratings
86              
87             L
88              
89             =item * Search CPAN
90              
91             L
92              
93             =back
94              
95              
96             =head1 ACKNOWLEDGEMENTS
97              
98              
99             =head1 LICENSE AND COPYRIGHT
100              
101             Copyright 2012 brad barden.
102              
103             This program is free software; you can redistribute it and/or modify it
104             under the terms of either: the GNU General Public License as published
105             by the Free Software Foundation; or the Artistic License.
106              
107             See http://dev.perl.org/licenses/ for more information.
108              
109              
110             =cut
111              
112             1; # End of Acme::IAMB