line |
stmt |
bran |
cond |
sub |
pod |
time |
code |
1
|
|
|
|
|
|
|
package Module::CPANTS::Kwalitee::Repackageable; |
2
|
7
|
|
|
7
|
|
4140
|
use warnings; |
|
7
|
|
|
|
|
20
|
|
|
7
|
|
|
|
|
253
|
|
3
|
7
|
|
|
7
|
|
45
|
use strict; |
|
7
|
|
|
|
|
19
|
|
|
7
|
|
|
|
|
1065
|
|
4
|
|
|
|
|
|
|
|
5
|
|
|
|
|
|
|
our $VERSION = '1.00'; |
6
|
|
|
|
|
|
|
$VERSION =~ s/_//; ## no critic |
7
|
|
|
|
|
|
|
|
8
|
42
|
|
|
42
|
1
|
107
|
sub order { 900 } |
9
|
|
|
|
|
|
|
|
10
|
|
|
|
|
|
|
################################################################## |
11
|
|
|
|
|
|
|
# Analyse |
12
|
|
|
|
|
|
|
################################################################## |
13
|
|
|
|
|
|
|
|
14
|
|
|
|
|
|
|
sub analyse { |
15
|
11
|
|
|
11
|
1
|
30
|
my $class = shift; |
16
|
11
|
|
|
|
|
24
|
my $me = shift; |
17
|
|
|
|
|
|
|
|
18
|
|
|
|
|
|
|
# NOTE: The analysis/metric in this module has moved to |
19
|
|
|
|
|
|
|
# Module::CPANTS::SiteKwalitee. |
20
|
|
|
|
|
|
|
|
21
|
|
|
|
|
|
|
# Note also that this stub should not be removed so that |
22
|
|
|
|
|
|
|
# this can replace the old ::Repackageable module, and the old |
23
|
|
|
|
|
|
|
# metrics will not be loaded while loading plugins. |
24
|
|
|
|
|
|
|
|
25
|
11
|
|
|
|
|
29
|
return; |
26
|
|
|
|
|
|
|
} |
27
|
|
|
|
|
|
|
|
28
|
|
|
|
|
|
|
################################################################## |
29
|
|
|
|
|
|
|
# Kwalitee Indicators |
30
|
|
|
|
|
|
|
################################################################## |
31
|
|
|
|
|
|
|
|
32
|
|
|
|
|
|
|
sub kwalitee_indicators{ |
33
|
8
|
|
|
8
|
1
|
30
|
return []; |
34
|
|
|
|
|
|
|
} |
35
|
|
|
|
|
|
|
|
36
|
|
|
|
|
|
|
q{Favourite record of the moment: |
37
|
|
|
|
|
|
|
Lili Allen - Allright, still}; |
38
|
|
|
|
|
|
|
|
39
|
|
|
|
|
|
|
__END__ |