Branch Coverage

blib/lib/SVG/Parser.pm
Criterion Covered Total %
branch 11 20 55.0


line true false branch
23 0 4 if @_
29 0 4 $importlist ? :
32 0 4 if $superclass eq 'SAX'
33 0 4 if $superclass eq 'Expat'
36 4 0 if (eval "use $superclass qw(@importlist); 1;")
54 0 3 unless my $type = $self->identify($source)
56 0 3 if ($type eq $self->ARG_IS_HANDLE) { }
1 2 elsif ($type eq $self->ARG_IS_STRING) { }
61 1 0 if ($self->isa('SVG::Parser::SAX')) { }
70 2 0 if ($self->isa('SVG::Parser::SAX')) { }