Condition Coverage

blib/lib/Test2/Tools/URL.pm
Criterion Covered Total %
condition 15 18 83.3


and 3 conditions

line !l l&&!r l&&r condition
71 0 1 1 defined $_ && (ref $_ || $_)
132 39 2 4 ref $got and not &blessed($got)
133 39 1 1 ref $got and not overload::Method($got, '""')
176 50 1 1 $lc and defined $value
179 52 0 0 $^O eq 'MSWin32' and $method eq 'path'
184 45 1 6 $method eq 'query' and not $check->isa('Test2::Compare::String')