| blib/lib/Net/Twitter/Lite/Error.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 0 | 15 | 0.0 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 95 | 0 | 0 | 0 | exists $$self{'http_response'} && $$self{'http_response'}->code |
| 107 | 0 | 0 | 0 | exists $$self{'http_response'} && $$self{'http_response'}->message |
| 127 | 0 | 0 | 0 | exists $$self{'twitter_error'} and $$self{'twitter_error'}{'error'} |
| 0 | 0 | 0 | exists $$self{'http_response'} and $self->code . ': ' . $self->message |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 127 | 0 | 0 | 0 | exists $$self{'twitter_error'} and $$self{'twitter_error'}{'error'} or exists $$self{'http_response'} and $self->code . ': ' . $self->message |