File Coverage

blib/lib/Bot/ChatBots/Messenger.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::Messenger;
2 2     2   16783 use strict;
  2         4  
  2         70  
3 2     2   11 use warnings;
  2         3  
  2         150  
4             { our $VERSION = '0.004'; }
5 2     2   618 use Mojo::Base 'Bot::ChatBots::MojoPlugin';
  2         9020  
  2         18  
6             1;