| blib/lib/HTML/Doctype.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 0 | 9 | 0.0 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 68 | 0 | 0 | 0 | defined $doctyped and exists $$doctyped{'ExternalId'}{'PublicId'} |
| 71 | 0 | 0 | 0 | defined $doctyped and exists $$doctyped{'ExternalId'}{'SystemId'} |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 101 | 0 | 0 | 0 | exists $$doct{'ExternalId'}{'PublicId'} or exists $$doct{'ExternalId'}{'SystemId'} |