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   254184 use warnings;
  5         14  
  5         227  
14 5     5   37 use strict;
  5         13  
  5         216  
15 5     5   45 use vars qw($VERSION);
  5         14  
  5         2113  
16              
17             $VERSION = '0.05';
18              
19             1;
20              
21             __END__