| blib/lib/WWW/OAuth.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % | 
| condition | 4 | 12 | 33.3 | 
| line | !l | l&&!r | l&&r | condition | 
|---|---|---|---|---|
| 46 | 0 | 0 | 2 | defined $client_id and defined $client_secret | 
| 51 | 2 | 0 | 0 | &blessed($signature_method) and $signature_method->can('sign') | 
| 0 | 2 | 0 | not &blessed($signature_method) and ref $signature_method eq 'CODE' | 
| line | l | !l&&r | !l&&!r | condition | 
|---|---|---|---|---|
| 51 | 0 | 0 | 2 | &blessed($signature_method) and $signature_method->can('sign') or not &blessed($signature_method) and ref $signature_method eq 'CODE' |