| blib/lib/URI/mms.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 | package URI::mms; | ||||||
| 2 | |||||||
| 3 | 1 | 1 | 6 | use strict; | |||
| 1 | 2 | ||||||
| 1 | 49 | ||||||
| 4 | 1 | 1 | 5 | use warnings; | |||
| 1 | 1 | ||||||
| 1 | 43 | ||||||
| 5 | |||||||
| 6 | our $VERSION = '5.19'; | ||||||
| 7 | |||||||
| 8 | 1 | 1 | 371 | use parent 'URI::http'; | |||
| 1 | 275 | ||||||
| 1 | 5 | ||||||
| 9 | |||||||
| 10 | 4 | 4 | 1 | 7 | sub default_port { 1755 } | ||
| 11 | |||||||
| 12 | 1; |