blib/lib/Bot/ChatBots/Telegram/WebHook.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 1 | 18 | 5.5 |
line | true | false | branch |
---|---|---|---|
25 | 0 | 1 | if $self->auto_register |
30 | 0 | 0 | if $self->auto_unregister |
48 | 0 | 0 | ref $outcome->{'response'} eq 'HASH' ? : |
82 | 0 | 0 | @_ && ref $_[0] ? : |
88 | 0 | 0 | if (my $url = $args->{'url'} // $self->url) { } |
102 | 0 | 0 | if (my $certificate = $args->{'certificate'} // $self->certificate) |
103 | 0 | 0 | unless ref $certificate |
115 | 0 | 0 | @_ && ref $_[0] ? : |
125 | 0 | 0 | if $Bot::ChatBots::Telegram::WebHook::log |