| blib/lib/UDCode.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 16 | 18 | 88.8 |
| line | true | false | branch |
|---|---|---|---|
| 73 | 68 | 78 | if $c1 eq $c2 |
| 74 | 10 | 68 | if (is_prefix_of($c1, $c2)) |
| 84 | 0 | 19 | unless defined $x |
| 88 | 0 | 49 | unless defined $b |
| 92 | 11 | 38 | if (is_prefix_of($c, $x)) { } |
| 11 | 27 | elsif (is_prefix_of($x, $c)) { } | |
| 94 | 1 | 10 | if exists $h{$y} |
| 99 | 2 | 9 | if exists $h{$y} |
| 104 | 7 | 39 | if defined $y and $y eq '' |