line |
stmt |
bran |
cond |
sub |
pod |
time |
code |
1
|
|
|
|
|
|
|
|
2
|
|
|
|
|
|
|
use strict; |
3
|
1
|
|
|
1
|
|
8
|
use warnings; |
|
1
|
|
|
|
|
2
|
|
|
1
|
|
|
|
|
23
|
|
4
|
1
|
|
|
1
|
|
5
|
use experimental 'signatures'; |
|
1
|
|
|
|
|
3
|
|
|
1
|
|
|
|
|
22
|
|
5
|
1
|
|
|
1
|
|
7
|
|
|
1
|
|
|
|
|
2
|
|
|
1
|
|
|
|
|
5
|
|
6
|
|
|
|
|
|
|
use base 'Template::Liquid::Tag'; |
7
|
1
|
|
|
1
|
|
82
|
#sub conditional_tag { } |
|
1
|
|
|
|
|
1
|
|
|
1
|
|
|
|
|
164
|
|
8
|
|
|
|
|
|
|
bless $args => $class |
9
|
1
|
|
|
1
|
|
4
|
} |
10
|
0
|
|
|
0
|
0
|
|
|
|
0
|
|
|
|
|
|
|
|
0
|
|
|
|
|
|
|
|
0
|
|
|
|
|
|
|
11
|
0
|
|
|
|
|
|
1; |
12
|
|
|
|
|
|
|
|
13
|
|
|
|
|
|
|
=head1 NAME |
14
|
|
|
|
|
|
|
|
15
|
|
|
|
|
|
|
Template::LiquidX::Tidy::Tag::post_url - This is a DUMMY tag to support post_url |
16
|
|
|
|
|
|
|
|
17
|
|
|
|
|
|
|
=head1 SYNOPSIS |
18
|
|
|
|
|
|
|
|
19
|
|
|
|
|
|
|
You cannot use this tag for actual post URL dereferencing! |
20
|
|
|
|
|
|
|
|
21
|
|
|
|
|
|
|
It is only enough to support indentation of Liquid C<post_url> in Template::LiquidX::Tidy. |
22
|
|
|
|
|
|
|
|
23
|
|
|
|
|
|
|
=cut |
24
|
|
|
|
|
|
|
|