| 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 | 1314 | use strict; | |||
| 2 | 6 | ||||||
| 2 | 63 | ||||||
| 3 | 2 | 2 | 11 | use warnings; | |||
| 2 | 3 | ||||||
| 2 | 48 | ||||||
| 4 | 2 | 2 | 10 | use utf8; | |||
| 2 | 4 | ||||||
| 2 | 10 | ||||||
| 5 | |||||||
| 6 | 2 | 2 | 49 | use parent 'WebService::Slack::WebApi::Base'; | |||
| 2 | 4 | ||||||
| 2 | 10 | ||||||
| 7 | |||||||
| 8 | use WebService::Slack::WebApi::Generator ( | ||||||
| 9 | 2 | 15 | info => { | ||||
| 10 | bot => 'Str', | ||||||
| 11 | }, | ||||||
| 12 | 2 | 2 | 145 | ); | |||
| 2 | 5 | ||||||
| 13 | |||||||
| 14 | 1; | ||||||
| 15 |