| blib/lib/XML/Filter/XInclude.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 0 | 30 | 0.0 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 61 | 0 | 0 | 0 | $$el{'NamespaceURI'} eq 'http://www.w3.org/2001/XInclude' and $$el{'LocalName'} eq 'include' |
| 93 | 0 | 0 | 0 | $$el{'NamespaceURI'} eq 'http://www.w3.org/2001/XInclude' and $$el{'LocalName'} eq 'include' |
| 161 | 0 | 0 | 0 | -e $source and -f _ |
| line | l | !l | condition |
|---|---|---|---|
| 70 | 0 | 0 | $$atts{'{}parse'}{'Value'} || 'xml' |
| 145 | 0 | 0 | $$self{'locators'}[-1] || {} |
| 146 | 0 | 0 | $$locator{'PublicId'} || '' |
| 0 | 0 | $$locator{'SystemId'} || '' | |
| 0 | 0 | $$locator{'LineNumber'} || -1 | |
| 0 | 0 | $$locator{'ColumnNumber'} || -1 |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 31 | 0 | 0 | 0 | 'URI'->new($$locator{'SystemId'})->abs($cwd) || 'XML::SAX::Exception::NotSupported'->throw('Message', "Unrecognized SYSTEM ID: $$locator{'SystemId'}") |
| 53 | 0 | 0 | 0 | 'URI'->new_abs($base, $parent_base) || 'XML::SAX::Exception'->throw('Message', "Malformed base URL: $base") |
| 64 | 0 | 0 | 0 | $$atts{'{}href'}{'Value'} || 'XML::SAX::Exception'->throw('Message', 'Missing href attribute') |