File Coverage

blib/lib/CPAN/Testers.pm
Criterion Covered Total %
statement 9 9 100.0
branch n/a
condition n/a
subroutine 3 3 100.0
pod n/a
total 12 12 100.0


line stmt bran cond sub pod time code
1             # CPAN::Testers - QA of CPAN distributions via cross-platform testing
2             # Copyright (c) 2007-2014 CPAN Testers. All rights reserved.
3              
4             # This distribution is free software; you can redistribute it and/or
5             # modify it under the Artistic License v2.
6              
7             # This program is distributed in the hope that it will be useful,
8             # but WITHOUT ANY WARRANTY; without even the implied warranty of
9             # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
10              
11             package CPAN::Testers;
12              
13 5     5   68984 use warnings;
  5         8  
  5         136  
14 5     5   19 use strict;
  5         6  
  5         125  
15 5     5   16 use vars qw($VERSION);
  5         9  
  5         245  
16              
17             $VERSION = '0.07';
18              
19             1;
20              
21             __END__