blib/lib/Telegram/Bot.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
statement | 6 | 6 | 100.0 |
branch | n/a | ||
condition | n/a | ||
subroutine | 2 | 2 | 100.0 |
pod | n/a | ||
total | 8 | 8 | 100.0 |
line | stmt | bran | cond | sub | pod | time | code |
---|---|---|---|---|---|---|---|
1 | package Telegram::Bot; | ||||||
2 | $Telegram::Bot::VERSION = '0.023'; | ||||||
3 | 1 | 1 | 779 | use strict; | |||
1 | 8 | ||||||
1 | 31 | ||||||
4 | 1 | 1 | 10 | use warnings; | |||
1 | 1 | ||||||
1 | 36 | ||||||
5 | |||||||
6 | # ABSTRACT: A base class to make your very own Telegram bot | ||||||
7 | |||||||
8 | |||||||
9 | 1; | ||||||
10 | |||||||
11 | __END__ |