blib/lib/HTML/FormatExternal.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 0 | 26 | 0.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
145 | 0 | 0 | 0 | open $fh, '<', $filename and binmode $fh |
157 | 0 | 0 | 0 | defined syswrite($tempfh, $initial) and File::Copy::copy($fh, $tempfh) |
0 | 0 | 0 | defined syswrite($tempfh, $initial) and File::Copy::copy($fh, $tempfh) and close $tempfh |
line | l | !l | condition |
---|---|---|---|
173 | 0 | 0 | $options{'ENV'} || {} |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
115 | 0 | 0 | 0 | defined $leftmargin or defined $rightmargin |
123 | 0 | 0 | 0 | $options{'output_charset'} ||= $class->_WIDE_OUTPUT_CHARSET |
254 | 0 | 0 | 0 | not defined $$options{'output_wide'} or $$options{'output_wide'} eq 'as_input' |
286 | 0 | 0 | 0 | not defined $input_charset or lc $input_charset eq 'utf-32' |
295 | 0 | 0 | 0 | not defined $input_charset or lc $input_charset eq 'utf-16' |