Condition Coverage
lib/Badger/Codec/URL.pm
Criterion
Covered
Total
%
condition
2
5
40.0
and 3 conditions
line
!l
l&&!r
l&&r
condition
25
0
1
0
$] >= "5.008" and utf8::is_utf8($url)
or 2 conditions
line
l
!l
condition
29
0
1
$URI_ESCAPES ||= {map({chr $_, sprintf("%%%02X", $_);} 0..255)}