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