blib/lib/Net/API/Telegram/Response.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 0 | 6 | 0.0 |
line | l | !l | condition |
---|---|---|---|
39 | 0 | 0 | shift @_ || (return $self->error('No server response was provided.')) |
45 | 0 | 0 | $self->data2json($resp->decoded_content) || (return $self->error('Unable to parse the json data received from server: ', $self->error)) |
75 | 0 | 0 | 'IO::File'->new(">$file") || (return $self->error("Unable to write to file ${file}: $!")) |