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) |
86 | 0 | 0 | if ($nt->show_user({'screen_name', $value})) |
90 | 0 | 0 | if ($@ =~ /exceeded/) |
113 | 0 | 0 | ref $_[0] eq 'HASH' ? : |
116 | 0 | 0 | if (defined $params{'access_token'}) |
119 | 0 | 0 | if (defined $params{'access_token_secret'}) |
122 | 0 | 0 | if (defined $params{'consumer_key'}) |
125 | 0 | 0 | if (defined $params{'consumer_secret'}) |
134 | 1 | 0 | unless @_ |