blib/lib/VK/OAuth.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 0 | 21 | 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'} | |
31 | 0 | 0 | 0 | $params and %$params |
64 | 0 | 0 | 0 | $method and $access_token |
66 | 0 | 0 | 0 | $params and %$params |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
22 | 0 | 0 | 0 | $$self{'ua'} ||= 'LWP::UserAgent'->new |
23 | 0 | 0 | 0 | $$self{'json'} ||= 'JSON'->new |