| line |
stmt |
bran |
cond |
sub |
pod |
time |
code |
|
1
|
8
|
|
|
8
|
|
366272
|
use warnings; |
|
|
8
|
|
|
|
|
21
|
|
|
|
8
|
|
|
|
|
571
|
|
|
2
|
8
|
|
|
8
|
|
151
|
use 5.020; |
|
|
8
|
|
|
|
|
31
|
|
|
3
|
8
|
|
|
8
|
|
46
|
use true; |
|
|
8
|
|
|
|
|
15
|
|
|
|
8
|
|
|
|
|
87
|
|
|
4
|
8
|
|
|
8
|
|
13189
|
use experimental qw( signatures ); |
|
|
8
|
|
|
|
|
28
|
|
|
|
8
|
|
|
|
|
59
|
|
|
5
|
8
|
|
|
8
|
|
1575
|
use stable qw( postderef ); |
|
|
8
|
|
|
|
|
19
|
|
|
|
8
|
|
|
|
|
63
|
|
|
6
|
|
|
|
|
|
|
|
|
7
|
|
|
|
|
|
|
package Data::Section::Pluggable::Role::ContentProcessorPlugin 0.08 { |
|
8
|
|
|
|
|
|
|
|
|
9
|
|
|
|
|
|
|
# ABSTRACT: Plugin role for Data::Section::Pluggable to process content |
|
10
|
|
|
|
|
|
|
|
|
11
|
|
|
|
|
|
|
|
|
12
|
8
|
|
|
8
|
|
1098
|
use Role::Tiny; |
|
|
8
|
|
|
|
|
21
|
|
|
|
8
|
|
|
|
|
58
|
|
|
13
|
|
|
|
|
|
|
|
|
14
|
|
|
|
|
|
|
requires 'extensions'; |
|
15
|
|
|
|
|
|
|
requires 'process_content'; |
|
16
|
|
|
|
|
|
|
|
|
17
|
|
|
|
|
|
|
} |
|
18
|
|
|
|
|
|
|
|
|
19
|
|
|
|
|
|
|
__END__ |