| blib/lib/URI/imaps.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % | 
| statement | 10 | 11 | 90.9 | 
| branch | n/a | ||
| condition | n/a | ||
| subroutine | 4 | 5 | 80.0 | 
| pod | 2 | 2 | 100.0 | 
| total | 16 | 18 | 88.8 | 
| line | stmt | bran | cond | sub | pod | time | code | 
|---|---|---|---|---|---|---|---|
| 1 | package URI::imaps; | ||||||
| 2 | |||||||
| 3 | 1 | 1 | 536 | use strict; | |||
| 1 | 2 | ||||||
| 1 | 25 | ||||||
| 4 | |||||||
| 5 | 1 | 1 | 2 | use vars qw[$VERSION]; | |||
| 1 | 1 | ||||||
| 1 | 49 | ||||||
| 6 | $VERSION = "1.03"; | ||||||
| 7 | |||||||
| 8 | 1 | 1 | 10 | use base qw[URI::_server]; | |||
| 1 | 1 | ||||||
| 1 | 413 | ||||||
| 9 | |||||||
| 10 | 0 | 0 | 1 | 0 | sub default_port { 993 } | ||
| 11 | |||||||
| 12 | 1 | 1 | 1 | 270 | sub secure { 1 } | ||
| 13 | |||||||
| 14 | 1; | ||||||
| 15 | |||||||
| 16 | __END__ |