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