blib/lib/HTML/FormatText/Html2text.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 1 | 16 | 6.2 |
line | true | false | branch |
---|---|---|---|
63 | 0 | 0 | $class->_have_utf8 ? : |
73 | 2 | 0 | unless (defined $version) |
76 | 0 | 0 | unless $version =~ /^.*version (.*)/ |
90 | 0 | 0 | if (defined $$options{'_width'}) |
94 | 0 | 0 | if ($class->_have_ascii) |
95 | 0 | 0 | if (my $output_charset = $$options{'output_charset'}) |
97 | 0 | 0 | if ($output_charset eq 'ascii' or $output_charset eq 'ansi_x3.4-1968') |
104 | 0 | 0 | unless $$options{'html2text_options'} |