line |
!l |
l&&!r |
l&&r |
condition |
153
|
0 |
0 |
0 |
$symbol eq '!' and substr($line, 1, 2) =~ /^[1-6]?[\s\t]/ |
|
0 |
0 |
0 |
$$tiki{'__macro_processing'} and $symbol eq '%' |
|
0 |
0 |
0 |
$$tiki{'__macro_processing'} and $symbol eq '%' and $line =~ /^${macro}[\s\t]*$/ |
|
0 |
0 |
0 |
defined $block_handlers{$symbol} and $symbol =~ /[#*]/ && substr($line, 1, 1) =~ /[#*\s\t]/ || length $line == 1 || substr($line, 1, 1) =~ /^[$symbol\s\t]/ |
182
|
0 |
0 |
0 |
pop @{$buffer;} and --$index |
186
|
0 |
0 |
0 |
not $$tiki{'__block_format_depth'} - 1 and $$tiki{'__macro_processing'} |
198
|
0 |
0 |
0 |
defined $$in and length $$in > 2 |
200
|
0 |
0 |
0 |
$$tiki{'__inline_format_depth'} == 1 and $symbol eq '%' |
|
0 |
0 |
0 |
$$tiki{'__inline_format_depth'} == 1 and $symbol eq '%' and $$tiki{'__macro_processing'} |
203
|
0 |
0 |
0 |
$$in =~ s/^($macro)// and $1 |
208
|
0 |
0 |
0 |
defined $inline_handlers{$symbol} and !length($out) || substr($out, length($out) - 1) =~ /$inline_start_boundry/ |
299
|
0 |
0 |
0 |
defined $$tiki{'__macro_handlers'}{$name} and $$tiki{'__macro_handlers'}{$name}{'type'} eq $type |