Condition Coverage

blib/lib/HTML/PullParser.pm
Criterion Covered Total %
condition 11 14 78.5


and 3 conditions

line !l l&&!r l&&r condition
27 5 6 0 defined $file and defined $doc
46 2 0 4 not ref $file and ref \$file ne "GLOB"

or 2 conditions

line l !l condition
48 3 1 'IO::File'->new($file, 'r') || (return)

or 3 conditions

line l !l&&r !l&&!r condition
29 6 5 0 defined $file or defined $doc
66 8291 5 135 @{$self->{'pullparser_accum'};} or $self->{'pullparser_eof'}