blib/lib/Email/Enkoder.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 14 | 14 | 100.0 |
line | true | false | branch |
---|---|---|---|
74 | 1 | 1 | defined $_ ? : |
75 | 1 | 1 | defined $_ ? : |
93 | 5 | 2 | if $$options{'max_length'} <= length $js |
114 | 7 | 14 | if length $script_html > $$options{'max_length'} |
136 | 1 | 7836 | if ($str =~ /^\\[0-7]{3}/) { } |
608 | 7228 | elsif ($str =~ /^\\./) { } | |
149 | 108 | 7729 | if ($lineLen + length($chunk) >= $max_line_length) |