Condition Coverage

blib/lib/URI/Builder.pm
Criterion Covered Total %
condition 21 24 87.5


and 2 conditions

line l !l condition
283 3 3 $clone{$list} &&= [@{[] unless $clone{$list};}]

and 3 conditions

line !l l&&!r l&&r condition
177 34 0 0 @_ == 1 && ref $_[0] eq 'HASH'
185 0 3 69 not defined $opts{$field} and my $code = $uri->can($field)
193 56 41 5 defined $_ && ref $_ ne 'ARRAY'
500 47 18 29 $_ % 2 == 0 && $form[$_] eq $key
509 1 1 3 @values and @indices
572 5 1 2 @_ == 1 && ref $_[0] eq 'HASH'

or 2 conditions

line l !l condition
179 2 32 $opts{'query_separator'} ||= ';'
356 22 6 $self->scheme || 'http'