| blib/lib/LINE/Bot/API/Event/Leave.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::Leave; | ||||||
| 2 | 53 | 53 | 407 | use strict; | |||
| 53 | 251 | ||||||
| 53 | 2449 | ||||||
| 3 | 53 | 53 | 412 | use warnings; | |||
| 53 | 170 | ||||||
| 53 | 2935 | ||||||
| 4 | 53 | 53 | 302 | use parent 'LINE::Bot::API::Event::Base'; | |||
| 53 | 94 | ||||||
| 53 | 348 | ||||||
| 5 | |||||||
| 6 | 1 | 1 | 0 | 6 | sub is_leave_event { 1 } | ||
| 7 | |||||||
| 8 | 1; |