Branch Coverage

blib/lib/XML/RSS/LibXML/V2_0.pm
Criterion Covered Total %
branch 0 34 0.0


line true false branch
146 0 0 if (my $skip = delete $h{$field})
147 0 0 if (ref $skip ne 'HASH') { }
0 0 elsif (not UNIVERSAL::isa($skip, 'XML::RSS::LibXML::ElementSpec')) { }
150 0 0 UNIVERSAL::isa($skip, 'XML::RSS::LibXML::MagicElement') ? :
156 0 0 if (my $v = $h{$field})
157 0 0 if (ref $v ne 'HASH') { }
0 0 elsif (not UNIVERSAL::isa($v, 'XML::RSS::LibXML::ElementSpec')) { }
160 0 0 UNIVERSAL::isa($v, 'XML::RSS::LibXML::MagicElement') ? :
190 0 0 if $name eq 'textInput'
192 0 0 if ($prefix) { }
215 0 0 if (my $image = $c->image)
222 0 0 if (my $textinput = $c->textinput)
237 0 0 if (my $base = $c->base)
255 0 0 if ($skip and defined $$skip{$type})
276 0 0 if (defined $guid)
278 0 0 if (eval { do { $guid->isa('XML::RSS::LibXML::MagicElement') } }) { }
280 0 0 if (not $$guid{'isPermaLink'} or $$guid{'isPermaLink'} ne 'true')