| lib/XML/Compile/C14N.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 0 | 10 | 0.0 |
| line | l | !l | condition |
|---|---|---|---|
| 54 | 0 | 0 | $version ||= '1.1' |
| 78 | 0 | 0 | $args{'prefix_list'} || [] |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 49 | 0 | 0 | 0 | $version ||= index($c, 'http://www.w3.org/TR/2001/REC-xml-c14n-20010315') == 0 ? '1.0' : (index($c, 'http://www.w3.org/2006/12/xml-c14n11') == 0 ? '1.1' : (index($c, 'http://www.w3.org/2001/10/xml-exc-c14n') == 0 ? '1.1' : undef)) |
| 87 | 0 | 0 | 0 | $args{'context'} || 'XML::LibXML::XPathContext'->new($node) |