Branch Coverage

blib/lib/Net/API/Telegram/Response.pm
Criterion Covered Total %
branch 0 12 0.0


line true false branch
40 0 0 unless UNIVERSAL::isa($resp, 'HTTP::Response')
43 0 0 unless ($self->{'data'})
57 0 0 unless length $data
58 0 0 if ($unescape)
71 0 0 if ($@)
78 0 0 unless $io->print($data)