blib/lib/JE/String.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 10 | 15 | 66.6 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
37 | 19012 | 0 | 0 | defined blessed($val) and $val->can('to_string') |
148 | 1866436 | 32 | 31 | ($ord1 = ord substr($ret, $n, 1)) >= 55296 and $ord1 <= 56319 |
1866468 | 21 | 10 | ($ord1 = ord substr($ret, $n, 1)) >= 55296 and $ord1 <= 56319 and ($ord2 = ord substr($ret, $n + 1, 1)) >= 56320 | |
53 | 0 | 10 | ($ord1 = ord substr($ret, $n, 1)) >= 55296 and $ord1 <= 56319 and ($ord2 = ord substr($ret, $n + 1, 1)) >= 56320 and $ord2 <= 57343 |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
137 | 1 | 0 | 0 | tainted($$self[0]) or tainted($$self[1]) |