blib/lib/XML/Writer/Simpler.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 11 | 12 | 91.6 |
line | true | false | branch |
---|---|---|---|
61 | 12 | 0 | if $params{'ENCODING'} eq 'utf-8' |
121 | 1 | 17 | unless $tagName |
126 | 2 | 15 | if (ref $content eq 'ARRAY') |
130 | 6 | 11 | if ref $aref eq 'ARRAY' |
132 | 7 | 10 | if (ref $content eq 'CODE') { } |
137 | 4 | 6 | if ($content) { } |