| blib/lib/Combine/selurl.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 6 | 32 | 18.7 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 196 | 0 | 1 | 0 | $validlevel{'checklength'} and length $norm > Combine::Config::Get('maxUrlLength') |
| 214 | 0 | 0 | 0 | $hostind eq 'H' and $$self{'preferredhost'} =~ /$patt/ |
| 0 | 0 | 0 | $hostind ne 'H' and $norm =~ /$patt/ | |
| 240 | 0 | 0 | 0 | $hostind eq 'H' and $$self{'preferredhost'} =~ /$patt/ |
| 0 | 0 | 0 | $hostind ne 'H' and $norm =~ /$patt/ | |
| 275 | 56 | 0 | 0 | $$self{'normalised'} and not $opt{'force'} |
| 307 | 56 | 0 | 0 | $q and $level{'cgidup'} == 1 |
| 56 | 0 | 0 | $q and $level{'cgidup'} == 2 | |
| 316 | 56 | 0 | 0 | $newq and $newq ne $q |
| line | l | !l | condition |
|---|---|---|---|
| 350 | 0 | 0 | $opt{'unique'} || 'kvpairs' |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 108 | 0 | 56 | 0 | $Combine::Config::serverbyalias{$h} || $h |