| blib/lib/UDCode.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 16 | 18 | 88.8 |
| line | true | false | branch |
|---|---|---|---|
| 82 | 154 | 328 | if $c1 eq $c2 |
| 83 | 18 | 310 | if (is_prefix_of($c1, $c2)) |
| 93 | 0 | 40 | unless defined $x |
| 97 | 0 | 170 | unless defined $b |
| 101 | 28 | 142 | if (is_prefix_of($c, $x)) { } |
| 16 | 126 | elsif (is_prefix_of($x, $c)) { } | |
| 103 | 2 | 26 | if exists $h{$y} |
| 108 | 4 | 12 | if exists $h{$y} |
| 113 | 12 | 152 | if defined $y and $y eq "" |