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   18471 use strict;
  2         4  
  2         48  
3 2     2   9 use warnings;
  2         3  
  2         74  
4             { our $VERSION = '0.012'; }
5 2     2   375 use Mojo::Base 'Bot::ChatBots::MojoPlugin';
  2         109339  
  2         12  
6             1;