blib/lib/URI/_query.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 23 | 26 | 88.4 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
66 | 11 | 4 | 18 | $old and $old =~ /([&;])/ |
75 | 14 | 0 | 78 | defined $old and length $old |
0 | 31 | 47 | defined $old and length $old and defined wantarray | |
89 | 5 | 1 | 2 | @copy == 1 and ref $copy[0] eq "ARRAY" |
93 | 1 | 7 | 4 | defined $old and defined wantarray |
112 | 39 | 18 | 21 | $_ % 2 == 0 && $old[$_] eq $key |
line | l | !l | condition |
---|---|---|---|
67 | 1 | 14 | $URI::DEFAULT_QUERY_FORM_DELIMITER || '&' |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
67 | 18 | 15 | 0 | $delim ||= $URI::DEFAULT_QUERY_FORM_DELIMITER || '&' |
108 | 5 | 3 | 2 | $i++ % 2 || $seen{$_}++ |