| line |
true |
false |
branch |
|
213
|
1 |
1 |
if $v eq "super" |
|
214
|
1 |
0 |
if $v eq "sub" |
|
224
|
0 |
1 |
unless defined(my $uri = $v->{'uri'}) |
|
230
|
10 |
0 |
if ($params{'convert_linefeeds'} // 1) |
|
267
|
4 |
5 |
unless ref $node |
|
275
|
3 |
2 |
unless $tag eq "body" |
|
290
|
1 |
0 |
$1 eq q['] ? : |
|
|
1 |
1 |
$1 eq '"' ? : |
|
|
1 |
2 |
$1 eq '&' ? : |
|
|
3 |
3 |
$1 eq '>' ? : |
|
|
2 |
6 |
if ($1 eq '<') { } |
|
300
|
3 |
1 |
if grep {$name eq $_;} "b", "i", "u", "small", "strong", "em", "tt", "super", "sub" |
|
301
|
0 |
1 |
if $name eq "a" |
|
302
|
1 |
0 |
if $name eq "span" |
|
336
|
5 |
0 |
if ($k =~ /^_span_style_(.*)$/u) |
|
340
|
4 |
34 |
if keys %span_style |
|
348
|
4 |
4 |
unless exists $tags{$tag} |
|
349
|
1 |
3 |
unless $self->_cmp_tag_values($tag, $value, $tags{$tag}) |
|
361
|
8 |
18 |
if (ref $value eq 'HASH') { } |
|
373
|
3 |
43 |
$tags{'raw'} ? : |
|
387
|
1 |
25 |
if defined $elem |