| line |
true |
false |
branch |
|
15
|
0 |
13 |
@_ == 1 ? : |
|
18
|
0 |
13 |
if ($param{'Body'}) |
|
21
|
0 |
13 |
if ($param{'Type'}) |
|
34
|
6 |
5 |
if (not defined $type or $type eq 'text' or $type eq 'html') { } |
|
|
3 |
2 |
elsif ($type eq 'xhtml' or $type =~ m[^(text/xml|application/xml|text/xml-external-parsed-entity)$] or $type =~ m[[\+/]xml$]) { } |
|
|
0 |
2 |
elsif ($type =~ m[text/.+]) { } |
|
46
|
1 |
10 |
if (@_) { } |
|
48
|
0 |
1 |
if ($mode eq 'base64') { } |
|
|
0 |
1 |
elsif ($mode eq 'xml') { } |
|
57
|
0 |
0 |
unless (ref $node) |
|
67
|
0 |
0 |
if $@ |
|
82
|
10 |
0 |
unless (defined $$content{'__body'}) |
|
83
|
3 |
7 |
if ($mode eq 'xml') { } |
|
|
2 |
5 |
elsif ($mode eq 'base64') { } |
|
87
|
3 |
0 |
if (@children) { } |
|
90
|
3 |
0 |
if @children == 1 and $local eq 'div' |
|
102
|
3 |
0 |
if ($] >= 5.008) |