Condition Coverage

blib/lib/HTML/RelExtor.pm
Criterion Covered Total %
condition 0 13 0.0


and 3 conditions

line !l l&&!r l&&r condition
28 0 0 0 $tag eq 'base' and exists $$attr{'href'}
55 0 0 0 $args{'rel'} and $args{'rev'}

or 2 conditions

line l !l condition
78 0 0 $$attr{'rel'} || ''
79 0 0 $$attr{'rev'} || ''

or 3 conditions

line l !l&&r !l&&!r condition
34 0 0 0 exists $$attr{'rel'} or exists $$attr{'rev'}