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   26412 use strict;
  2         6  
  2         66  
3 2     2   10 use warnings;
  2         4  
  2         97  
4             { our $VERSION = '0.014'; }
5 2     2   568 use Mojo::Base 'Bot::ChatBots::MojoPlugin';
  2         198069  
  2         17  
6             1;