Condition Coverage

blib/lib/URI/Heuristic.pm
Criterion Covered Total %
condition 7 12 58.3


and 3 conditions

line !l l&&!r l&&r condition
155 0 20 0 $^O ne "MacOS" and m[^/] || m[^\.\.?/] || m(^[a-zA-Z]:[/\\])
17 0 0 $^O eq "MacOS" and /:/
193 3 0 9 not $host =~ /\./ and $host ne "localhost"

or 3 conditions

line l !l&&r !l&&!r condition
155 2 1 17 m[^/] || m[^\.\.?/] || m(^[a-zA-Z]:[/\\])