| blib/lib/WWW/OAuth.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 3 | 9 | 33.3 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 47 | 0 | 0 | 2 | defined $client_id and defined $client_secret |
| 52 | 2 | 0 | 0 | $signature_method eq "RSA-SHA1" and builtin::blessed($signer) |
| 57 | 0 | 0 | 2 | not builtin::blessed($signer) and ref $signer eq "CODE" |