blib/lib/Net/MQTT/Message/PingResp.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
statement | 10 | 10 | 100.0 |
branch | n/a | ||
condition | n/a | ||
subroutine | 4 | 4 | 100.0 |
pod | 1 | 1 | 100.0 |
total | 15 | 15 | 100.0 |
line | stmt | bran | cond | sub | pod | time | code |
---|---|---|---|---|---|---|---|
1 | 3 | 3 | 1606 | use strict; | |||
3 | 4 | ||||||
3 | 92 | ||||||
2 | 3 | 3 | 12 | use warnings; | |||
3 | 4 | ||||||
3 | 111 | ||||||
3 | package Net::MQTT::Message::PingResp; | ||||||
4 | $Net::MQTT::Message::PingResp::VERSION = '1.143260'; | ||||||
5 | # ABSTRACT: Perl module to represent an MQTT PingResp message | ||||||
6 | |||||||
7 | |||||||
8 | 3 | 3 | 12 | use base 'Net::MQTT::Message'; | |||
3 | 3 | ||||||
3 | 226 | ||||||
9 | |||||||
10 | sub message_type { | ||||||
11 | 11 | 11 | 1 | 23 | 13 | ||
12 | } | ||||||
13 | |||||||
14 | 1; | ||||||
15 | |||||||
16 | __END__ |