blib/lib/CGI/Untaint/Twitter.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 1 | 20 | 5.0 |
line | true | false | branch |
---|---|---|---|
63 | 0 | 0 | unless (defined $value) |
66 | 0 | 0 | unless ($consumer_key and $consumer_secret and $access_token and $access_token_secret) |
85 | 0 | 0 | if ($nt->show_user({'screen_name', $value})) |
89 | 0 | 0 | if ($@ =~ /exceeded/) |
112 | 0 | 0 | ref $_[0] eq 'HASH' ? : |
115 | 0 | 0 | if (defined $params{'access_token'}) |
118 | 0 | 0 | if (defined $params{'access_token_secret'}) |
121 | 0 | 0 | if (defined $params{'consumer_key'}) |
124 | 0 | 0 | if (defined $params{'consumer_secret'}) |
133 | 1 | 0 | unless @_ |