blib/lib/MojoX/Twitter.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 0 | 18 | 0.0 |
line | true | false | branch |
---|---|---|---|
33 | 0 | 0 | unless $consumer_key and $consumer_secret and $access_token and $access_token_secret |
36 | 0 | 0 | unless $command =~ m[^/] |
48 | 0 | 0 | unless $params |
58 | 0 | 0 | if ($method eq 'GET') { } |
0 | 0 | elsif ($method eq 'POST') { } | |
70 | 0 | 0 | if (defined $remaing and $remaing < 1) |
75 | 0 | 0 | if (my $res = $tx->success) { } |
84 | 0 | 0 | if (($err->{'code'} || 0) == 429) |
88 | 0 | 0 | if $err->{'code'} |