| blib/lib/Mojo/WebService/Twitter/Error.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 0 | 8 | 0.0 |
| line | true | false | branch |
|---|---|---|---|
| 23 | 0 | 0 | unless my $err = $res->error |
| 24 | 0 | 0 | unless defined $err->{'code'} |
| 30 | 0 | 0 | if (defined(my $err = $self->connection_error)) { } |
| 0 | 0 | elsif (my(@errs) = @{$self->api_errors;}) { } |