File Coverage

blib/lib/Bundle/CPAN/Reporter/Smoker/Tests.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 Bundle::CPAN::Reporter::Smoker::Tests;
2 1     1   655 use strict;
  1         2  
  1         24  
3 1     1   5 use warnings;
  1         2  
  1         50  
4              
5             our $VERSION = '0.005'; # VERSION
6              
7             =pod
8              
9             =head1 NAME
10              
11             Bundle::CPAN::Reporter::Smoker::Tests - bundles several test modules that might be used by a smoker
12              
13             =head1 DESCRIPTION
14              
15             This bundle includes several distributions related to automated testing in Perl.
16              
17             It is intented to provide a easier way to include those tests that have a good
18             chance to be required or used by a L instance.
19              
20             =head1 CONTENTS
21              
22             Test::Most [0.33]
23             Test::MockObject [1.20140408]
24             Test::NoWarnings [1.04]
25             Test::Output [1.03]
26             Test::Perl::Critic [1.02]
27             Test::Pod [1.48]
28             Test::Pod::Coverage [1.10]
29             Test::Warn [0.30]
30             Test::Strict [0.23]
31             Test::Distribution [2.00]
32             Test::Inline [2.213]
33             Test::Snapshots [0.02]
34             Test::Kwalitee [1.19]
35             Test::DatabaseRow [2.04]
36             Test::Differences [0.62]
37             Test::Memory::Cycle [1.04]
38             Test::Taint [1.06]
39             Test::Class [0.46]
40             Test::Class::Moose [0.54]
41             Test::FailWarnings [0.008]
42             Test::Warnings [0.016]
43             Test::Fatal [0.013]
44             Test::File [1.36]
45             Test::LongString [0.15]
46             Test::XPath [0.16]
47             Test::Compile [1.3.0]
48             Devel::Cover [1.15]
49             Devel::NYTProf [5.06]
50             Text::Diff [1.41]
51             DBD::Mock [1.45]
52             Test::Expect [0.31]
53             Test::Class [0.46]
54             Test::Mock::Simple [0.04]
55             Test::MockTime [0.12]
56             Test::Class::Moose [0.54]
57             Test::HTML::Tidy [1.00]
58             Test::Simple [1.302019]
59             Test::Reporter::Transport::Socket [0.32]
60              
61             =head1 SEE ALSO
62              
63             =over
64              
65             =item *
66              
67             L
68              
69             =item *
70              
71             L
72              
73             =back
74              
75             =head1 AUTHOR
76              
77             Alceu Rodrigues de Freitas Junior, Earfreitas@cpan.orgE
78              
79             =head1 COPYRIGHT AND LICENSE
80              
81             This software is copyright (c) 2016 of Alceu Rodrigues de Freitas Junior, Earfreitas@cpan.orgE
82              
83             This file is part of Bundle CPAN Reporter Smoker Tests.
84              
85             Siebel Monitoring Tools is free software: you can redistribute it and/or modify
86             it under the terms of the GNU General Public License as published by
87             the Free Software Foundation, either version 3 of the License, or
88             (at your option) any later version.
89              
90             Siebel Monitoring Tools is distributed in the hope that it will be useful,
91             but WITHOUT ANY WARRANTY; without even the implied warranty of
92             MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
93             GNU General Public License for more details.
94              
95             You should have received a copy of the GNU General Public License
96             along with Siebel Monitoring Tools. If not, see L.
97              
98             =cut
99              
100             1;