File Coverage

blib/lib/Task/Badge/Depot.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 1     1   17395 use strict;
  1         2  
  1         38  
2 1     1   3 use warnings;
  1         1  
  1         59  
3              
4             package Task::Badge::Depot;
5              
6             our $VERSION = '0.0100'; # VERSION
7             # ABSTRACT: All Badge::Depot badges
8              
9             1;
10              
11             __END__
12              
13             =pod
14              
15             =encoding UTF-8
16              
17             =head1 NAME
18              
19             Task::Badge::Depot - All Badge::Depot badges
20              
21             =head1 VERSION
22              
23             version 0.0100
24              
25             =head1 TASK CONTENTS
26              
27             =head2 Badge::Depot, with badges
28              
29             =head3 L<Badge::Depot>
30              
31             =head3 L<Badge::Depot::Plugin::Gratipay>
32              
33             =head3 L<Badge::Depot::Plugin::Perl>
34              
35             =head3 L<Badge::Depot::Plugin::Travis>
36              
37             =head1 AUTHOR
38              
39             Erik Carlsson <info@code301.com>
40              
41             =head1 COPYRIGHT AND LICENSE
42              
43             This software is copyright (c) 2015 by Erik Carlsson <info@code301.com>.
44              
45             This is free software; you can redistribute it and/or modify it under
46             the same terms as the Perl 5 programming language system itself.
47              
48             =cut