| blib/lib/XML/SAX/DocumentLocator.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 0 | 16 | 0.0 |
| line | true | false | branch |
|---|---|---|---|
| 30 | 0 | 0 | if ($key eq 'PublicId') { } |
| 0 | 0 | elsif ($key eq 'SystemId') { } | |
| 0 | 0 | elsif ($key eq 'LineNumber') { } | |
| 0 | 0 | elsif ($key eq 'ColumnNumber') { } | |
| 0 | 0 | elsif ($key eq 'Encoding') { } | |
| 0 | 0 | elsif ($key eq 'XMLVersion') { } | |
| 48 | 0 | 0 | if ($method) |
| 57 | 0 | 0 | if ($key =~ /^(PublicId|SystemId|LineNumber|ColumnNumber|Encoding|XMLVersion)$/) |