Condition Coverage

blib/lib/SVG.pm
Criterion Covered Total %
condition 10 16 62.5


or 2 conditions

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

or 3 conditions

line l !l&&r !l&&!r condition
1415 0 33 0 ref $proto || $proto
1428 0 33 0 $attrs{'xmlns'} || $attrs{'-xml_svg'}
1491 1 5 17 $self->{'-docref'}{'-nocredits'} or $self->{'-docref'}{'-creditsinserted'}
1507 1 437 113 $attrs{$key} ||= $self->{$key}