line |
stmt |
bran |
cond |
sub |
pod |
time |
code |
1
|
|
|
|
|
|
|
package Module::CPANTS::Kwalitee::Version; |
2
|
7
|
|
|
7
|
|
3509
|
use warnings; |
|
7
|
|
|
|
|
18
|
|
|
7
|
|
|
|
|
226
|
|
3
|
7
|
|
|
7
|
|
43
|
use strict; |
|
7
|
|
|
|
|
15
|
|
|
7
|
|
|
|
|
670
|
|
4
|
|
|
|
|
|
|
|
5
|
|
|
|
|
|
|
our $VERSION = '1.01'; |
6
|
|
|
|
|
|
|
$VERSION =~ s/_//; ## no critic |
7
|
|
|
|
|
|
|
|
8
|
77
|
|
|
77
|
1
|
203
|
sub order { 100 } |
9
|
|
|
|
|
|
|
|
10
|
|
|
|
|
|
|
################################################################## |
11
|
|
|
|
|
|
|
# Analyse |
12
|
|
|
|
|
|
|
################################################################## |
13
|
|
|
|
|
|
|
|
14
|
|
|
|
11
|
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
|
62
|
return []; |
33
|
|
|
|
|
|
|
} |
34
|
|
|
|
|
|
|
|
35
|
|
|
|
|
|
|
|
36
|
|
|
|
|
|
|
q{Favourite record of the moment: |
37
|
|
|
|
|
|
|
Fat Freddys Drop: Based on a true story}; |
38
|
|
|
|
|
|
|
|
39
|
|
|
|
|
|
|
|
40
|
|
|
|
|
|
|
__END__ |