| blib/lib/HTML/FillInForm/ForceUTF8.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 5 | 14 | 35.7 |
| line | true | false | branch |
|---|---|---|---|
| 12 | 0 | 2 | if (exists $option{'file'}) { } |
| 2 | 0 | elsif (exists $option{'scalarref'} and not &Encode::is_utf8($option{'scalarref'})) { } | |
| 0 | 0 | elsif (exists $option{'arrayref'}) { } | |
| 13 | 0 | 0 | if (ref $option{'file'}) { } |
| 28 | 0 | 0 | unless &Encode::is_utf8($_) |
| 37 | 0 | 2 | ref $ret ? : |
| 38 | 1 | 1 | unless &Encode::is_utf8($_) |