blib/lib/Format/Util/Strings.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 15 | 20 | 75.0 |
line | true | false | branch |
---|---|---|---|
48 | 1 | 3 | unless defined $string |
49 | 0 | 3 | if length $string < 0 |
68 | 1 | 7 | unless defined $string |
69 | 0 | 7 | if length $string < 0 |
71 | 7 | 0 | unless &Encode::is_utf8($string) |
73 | 2 | 5 | if (length $string > 500) |
96 | 1 | 1 | if (ref $optionlist eq 'HASH') { } |
1 | 0 | elsif ($optionlist) { } | |
99 | 1 | 1 | if ($option->{'value'} eq $selecteditem) |
106 | 1 | 0 | if ($selecteditem) |