Condition Coverage

blib/lib/HTML/Doctype.pm
Criterion Covered Total %
condition 0 9 0.0


and 3 conditions

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'}

or 3 conditions

line l !l&&r !l&&!r condition
101 0 0 0 exists $$doct{'ExternalId'}{'PublicId'} or exists $$doct{'ExternalId'}{'SystemId'}