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