| blib/lib/WebService/Slack/WebApi/Bots.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % | 
| statement | 15 | 15 | 100.0 | 
| branch | n/a | ||
| condition | n/a | ||
| subroutine | 5 | 5 | 100.0 | 
| pod | n/a | ||
| total | 20 | 20 | 100.0 | 
| line | stmt | bran | cond | sub | pod | time | code | 
|---|---|---|---|---|---|---|---|
| 1 | package WebService::Slack::WebApi::Bots; | ||||||
| 2 | 2 | 2 | 1306 | use strict; | |||
| 2 | 6 | ||||||
| 2 | 61 | ||||||
| 3 | 2 | 2 | 14 | use warnings; | |||
| 2 | 6 | ||||||
| 2 | 46 | ||||||
| 4 | 2 | 2 | 12 | use utf8; | |||
| 2 | 5 | ||||||
| 2 | 9 | ||||||
| 5 | |||||||
| 6 | 2 | 2 | 48 | use parent 'WebService::Slack::WebApi::Base'; | |||
| 2 | 4 | ||||||
| 2 | 9 | ||||||
| 7 | |||||||
| 8 | use WebService::Slack::WebApi::Generator ( | ||||||
| 9 | 2 | 17 | info => { | ||||
| 10 | bot => 'Str', | ||||||
| 11 | }, | ||||||
| 12 | 2 | 2 | 146 | ); | |||
| 2 | 5 | ||||||
| 13 | |||||||
| 14 | 1; | ||||||
| 15 | |||||||
| 16 |