| blib/lib/LINE/Bot/API/Event/MemberLeave.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::MemberLeave; | ||||||
| 2 | 51 | 51 | 343 | use strict; | |||
| 51 | 111 | ||||||
| 51 | 1453 | ||||||
| 3 | 51 | 51 | 265 | use warnings; | |||
| 51 | 116 | ||||||
| 51 | 1242 | ||||||
| 4 | 51 | 51 | 259 | use parent 'LINE::Bot::API::Event::Base'; | |||
| 51 | 101 | ||||||
| 51 | 250 | ||||||
| 5 | |||||||
| 6 | 1 | 1 | 0 | 4404 | sub is_member_leave_event { 1 } | ||
| 7 | |||||||
| 8 | 1; |