File Coverage

blib/lib/Module/CPANTS/Kwalitee/Version.pm
Criterion Covered Total %
statement 8 8 100.0
branch n/a
condition n/a
subroutine 5 5 100.0
pod 3 3 100.0
total 16 16 100.0


line stmt bran cond sub pod time code
1             package Module::CPANTS::Kwalitee::Version;
2 7     7   4541 use warnings;
  7         28  
  7         252  
3 7     7   45 use strict;
  7         18  
  7         841  
4              
5             our $VERSION = '1.02';
6             $VERSION =~ s/_//; ## no critic
7              
8 77     77 1 202 sub order { 100 }
9              
10             ##################################################################
11             # Analyse
12             ##################################################################
13              
14       12 1   sub analyse {
15             # NOTE: The analysis/metrics in this module have moved to
16             # Module::CPANTS::SiteKwalitee because these require
17             # a finalized META file to detect (or ignore) versions
18             # correctly.
19              
20             # Note also that this stub should not be removed so that
21             # this can replace the old ::Version module, and the old
22             # metrics will not be loaded while loading plugins.
23             }
24              
25              
26              
27             ##################################################################
28             # Kwalitee Indicators
29             ##################################################################
30              
31             sub kwalitee_indicators {
32 8     8 1 64 return [];
33             }
34              
35              
36             q{Favourite record of the moment:
37             Fat Freddys Drop: Based on a true story};
38              
39              
40             __END__