Branch Coverage

blib/lib/HTML/Encoder.pm
Criterion Covered Total %
branch 0 16 0.0


line true false branch
383 0 0 if ($$self{$i})
390 0 0 unless ($ok)
413 0 0 if (ref $ref eq 'ARRAY') { }
0 0 elsif (ref $ref eq 'HASH') { }
0 0 elsif (ref $ref eq 'SCALAR') { }
415 0 0 if (ref $$ref[$i] ne 'ARRAY' and ref $$ref[$i] ne 'HASH' and ref $$ref[$i] ne 'SCALAR') { }
425 0 0 if (ref $$ref{$i} ne 'ARRAY' and ref $$ref{$i} ne 'HASH' and ref $$ref{$i} ne 'SCALAR') { }
435 0 0 if ($$self{$i})