Condition Coverage

blib/lib/SVG.pm
Criterion Covered Total %
condition 11 16 68.7


or 2 conditions

line l !l condition
1439 42 0 $attrs{'xmlns:xlink'} || $attrs{'-xml_xlink'} || 'http://www.w3.org/1999/xlink'
1443 42 0 $attrs{'xmlns:svg'} || $attrs{'-xml_svg'} || 'http://www.w3.org/2000/svg'

or 3 conditions

line l !l&&r !l&&!r condition
1422 1 41 0 ref $proto || $proto
1435 0 42 0 $attrs{'xmlns'} || $attrs{'-xml_svg'}
1498 3 5 21 $self->{'-docref'}{'-nocredits'} or $self->{'-docref'}{'-creditsinserted'}
1514 1 551 141 $attrs{$key} ||= $self->{$key}