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   21368 use strict;
  1         2  
  1         35  
2 1     1   7 use warnings;
  1         3  
  1         67  
3              
4             package Task::Badge::Depot;
5              
6             our $VERSION = '0.0101'; # 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              
22              
23             =begin HTML
24              
25             <p><img src="https://img.shields.io/badge/perl-5.10.1+-brightgreen.svg" alt="Requires Perl 5.10.1+" /> <a href="https://travis-ci.org/Csson/p5-Task-Badge-Depot"><img src="https://api.travis-ci.org/Csson/p5-Task-Badge-Depot.svg?branch=master" alt="Travis status" /></a> </p>
26              
27             =end HTML
28              
29              
30             =begin markdown
31              
32             ![Requires Perl 5.10.1+](https://img.shields.io/badge/perl-5.10.1+-brightgreen.svg) [![Travis status](https://api.travis-ci.org/Csson/p5-Task-Badge-Depot.svg?branch=master)](https://travis-ci.org/Csson/p5-Task-Badge-Depot)
33              
34             =end markdown
35              
36             =head1 VERSION
37              
38             Version 0.0101, released 2016-01-19.
39              
40             =head1 TASK CONTENTS
41              
42             =head2 Badge::Depot, with badges
43              
44             =head3 L<Badge::Depot>
45              
46             =head3 L<Badge::Depot::Plugin::Coverage>
47              
48             =head3 L<Badge::Depot::Plugin::Gratipay>
49              
50             =head3 L<Badge::Depot::Plugin::Perl>
51              
52             =head3 L<Badge::Depot::Plugin::Travis>
53              
54             =head1 SOURCE
55              
56             L<https://github.com/Csson/p5-Task-Badge-Depot>
57              
58             =head1 HOMEPAGE
59              
60             L<https://metacpan.org/release/Task-Badge-Depot>
61              
62             =head1 AUTHOR
63              
64             Erik Carlsson <info@code301.com>
65              
66             =head1 COPYRIGHT AND LICENSE
67              
68             This software is copyright (c) 2016 by Erik Carlsson.
69              
70             This is free software; you can redistribute it and/or modify it under
71             the same terms as the Perl 5 programming language system itself.
72              
73             =cut