blib/lib/OAuth/Simple.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 0 | 31 | 0.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
19 | 0 | 0 | 0 | $$self{'app_id'} and $$self{'secret'} |
0 | 0 | 0 | $$self{'app_id'} and $$self{'secret'} and $$self{'postback'} | |
32 | 0 | 0 | 0 | $params and %$params |
49 | 0 | 0 | 0 | $params and %$params |
52 | 0 | 0 | 0 | $code and $url |
74 | 0 | 0 | 0 | $params and %$params |
78 | 0 | 0 | 0 | $url and $access_token |
line | l | !l | condition |
---|---|---|---|
81 | 0 | 0 | $token_name || 'access_token' |
98 | 0 | 0 | $params{'http_method'} ||= 'GET' |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
22 | 0 | 0 | 0 | $$self{'ua'} ||= 'LWP::UserAgent'->new |
23 | 0 | 0 | 0 | $$self{'json'} ||= 'JSON'->new |