| blib/lib/Net/WAMP/Base/SessionMessage.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| statement | 9 | 9 | 100.0 |
| branch | n/a | ||
| condition | n/a | ||
| subroutine | 3 | 3 | 100.0 |
| pod | n/a | ||
| total | 12 | 12 | 100.0 |
| line | stmt | bran | cond | sub | pod | time | code |
|---|---|---|---|---|---|---|---|
| 1 | package Net::WAMP::Base::SessionMessage; | ||||||
| 2 | |||||||
| 3 | 1 | 1 | 402 | use parent qw( Net::WAMP::Base::Message ); | |||
| 1 | 1 | ||||||
| 1 | 6 | ||||||
| 4 | |||||||
| 5 | #As of the 19 March 2017 draft, all session ID fields are the same. | ||||||
| 6 | 1 | 1 | 57 | use constant SESSION_SCOPE_ID_ELEMENT => 'Request'; | |||
| 1 | 2 | ||||||
| 1 | 66 | ||||||
| 7 | |||||||
| 8 | 1 | 1 | 6 | use constant NUMERIC => 'Request'; | |||
| 1 | 1 | ||||||
| 1 | 50 | ||||||
| 9 | |||||||
| 10 | 1; |