Condition Coverage

blib/lib/URL/Normalize.pm
Criterion Covered Total %
condition 9 13 69.2


and 3 conditions

line !l l&&!r l&&r condition
257 0 25 18 not $new_path =~ m[/$] and $path =~ m[/$]
481 0 3 4 defined $value and length $value

or 2 conditions

line l !l condition
374 12 0 $URI->query_form_hash || {}
618 1 0 shift() || []

or 3 conditions

line l !l&&r !l&&!r condition
244 6 2 161 $segment eq '.' or $segment eq '...'