| blib/lib/OAuth/Lite/Util.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 6 | 13 | 46.1 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 160 | 20 | 0 | 0 | ref $uri and ref $uri eq 'URI' |
| 165 | 0 | 0 | 20 | $port && ($port == 80 || $port == 443) |
| line | l | !l | condition |
|---|---|---|---|
| 92 | 2 | 13 | shift() || 10 |
| 275 | 0 | 2 | $realm || '' |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 161 | 20 | 0 | 0 | lc $uri->scheme eq 'http' or lc $uri->scheme eq 'https' |