File Coverage

blib/lib/Bot/ChatBots/Telegram.pm
Criterion Covered Total %
statement 9 9 100.0
branch n/a
condition n/a
subroutine 3 3 100.0
pod n/a
total 12 12 100.0


line stmt bran cond sub pod time code
1             package Bot::ChatBots::Telegram;
2 2     2   26748 use strict;
  2         5  
  2         65  
3 2     2   13 use warnings;
  2         4  
  2         105  
4             { our $VERSION = '0.013'; }
5 2     2   618 use Mojo::Base 'Bot::ChatBots::MojoPlugin';
  2         204865  
  2         15  
6             1;