| blib/lib/Net/MQTT/Message/UnsubAck.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| statement | 13 | 13 | 100.0 |
| branch | n/a | ||
| condition | n/a | ||
| subroutine | 5 | 5 | 100.0 |
| pod | 1 | 1 | 100.0 |
| total | 19 | 19 | 100.0 |
| line | stmt | bran | cond | sub | pod | time | code |
|---|---|---|---|---|---|---|---|
| 1 | 3 | 3 | 1620 | use strict; | |||
| 3 | 4 | ||||||
| 3 | 87 | ||||||
| 2 | 3 | 3 | 10 | use warnings; | |||
| 3 | 3 | ||||||
| 3 | 103 | ||||||
| 3 | package Net::MQTT::Message::UnsubAck; | ||||||
| 4 | $Net::MQTT::Message::UnsubAck::VERSION = '1.143250'; | ||||||
| 5 | # ABSTRACT: Perl module to represent an MQTT UnsubAck message | ||||||
| 6 | |||||||
| 7 | |||||||
| 8 | 3 | 3 | 10 | use base 'Net::MQTT::Message::JustMessageId'; | |||
| 3 | 4 | ||||||
| 3 | 186 | ||||||
| 9 | 3 | 3 | 13 | use Net::MQTT::Constants qw/:all/; | |||
| 3 | 3 | ||||||
| 3 | 11 | ||||||
| 10 | |||||||
| 11 | sub message_type { | ||||||
| 12 | 7 | 7 | 1 | 15 | 11 | ||
| 13 | } | ||||||
| 14 | |||||||
| 15 | |||||||
| 16 | 1; | ||||||
| 17 | |||||||
| 18 | __END__ |