File Coverage

blib/lib/WordPress/Plugin/WallFlower.pm
Criterion Covered Total %
statement 6 7 85.7
branch n/a
condition n/a
subroutine 2 3 66.6
pod 1 1 100.0
total 9 11 81.8


line stmt bran cond sub pod time code
1             package WordPress::Plugin::WallFlower;
2              
3 1     1   36333 use warnings;
  1         2  
  1         32  
4 1     1   5 use strict;
  1         3  
  1         76  
5              
6             =head1 NAME
7              
8             WordPress::Plugin::WallFlower - Holding Dance Floor Walls up since 20120810174359 Pacific Time.
9              
10             =head1 VERSION
11              
12             Version 0.0.2
13              
14             =cut
15              
16             our $VERSION = '0.0.2';
17              
18              
19             =head1 SYNOPSIS
20              
21             use WordPress::Plugin::WallFlower;
22              
23             # yeah, that's about it. Nope. Nothing else at this time.
24              
25             =head1 EXPORT
26              
27             =head1 SUBROUTINES/METHODS
28              
29             =head2 your_mother
30              
31             Randomly insults your mother
32              
33             =cut
34              
35             sub your_mother {
36 0     0 1   return "you know, MC Hawking wrote a really great song about your mother.";
37             }
38              
39             =head1 AUTHOR
40              
41             C.J. Adams-Collier, C<< >>
42              
43             =head1 BUGS
44              
45             Please report any bugs or feature requests to C, or through
46             the web interface at L. I will be notified, and then you'll
47             automatically be notified of progress on your bug as I make changes.
48              
49              
50              
51              
52             =head1 SUPPORT
53              
54             You can find documentation for this module with the perldoc command.
55              
56             perldoc WordPress::Plugin::WallFlower
57              
58              
59             You can also look for information at:
60              
61             =over 4
62              
63             =item * RT: CPAN's request tracker
64              
65             L
66              
67             =item * AnnoCPAN: Annotated CPAN documentation
68              
69             L
70              
71             =item * CPAN Ratings
72              
73             L
74              
75             =item * Search CPAN
76              
77             L
78              
79             =back
80              
81              
82             =head1 ACKNOWLEDGEMENTS
83              
84              
85             =head1 LICENSE AND COPYRIGHT
86              
87             Copyright 2012 Collier Technologies LLC DBA colliertech.org
88             Copyright 2012 colliertech.org
89              
90             This program is free software; you can redistribute it and/or modify it
91             under the terms of either: the GNU General Public License as published
92             by the Free Software Foundation; or the Artistic License.
93              
94             See http://dev.perl.org/licenses/ for more information.
95              
96              
97             =cut
98              
99             1; # End of WordPress::Plugin::WallFlower