| blib/lib/LINE/Bot/API/Event/Join.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| statement | 10 | 10 | 100.0 |
| branch | n/a | ||
| condition | n/a | ||
| subroutine | 4 | 4 | 100.0 |
| pod | 0 | 1 | 0.0 |
| total | 14 | 15 | 93.3 |
| line | stmt | bran | cond | sub | pod | time | code |
|---|---|---|---|---|---|---|---|
| 1 | package LINE::Bot::API::Event::Join; | ||||||
| 2 | 47 | 47 | 305 | use strict; | |||
| 47 | 93 | ||||||
| 47 | 1312 | ||||||
| 3 | 47 | 47 | 219 | use warnings; | |||
| 47 | 109 | ||||||
| 47 | 1167 | ||||||
| 4 | 47 | 47 | 226 | use parent 'LINE::Bot::API::Event::Base'; | |||
| 47 | 79 | ||||||
| 47 | 221 | ||||||
| 5 | |||||||
| 6 | 1 | 1 | 0 | 4 | sub is_join_event { 1 } | ||
| 7 | |||||||
| 8 | 1; |