| 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 | 792 | use strict; | |||
| 1 | 3 | ||||||
| 1 | 44 | ||||||
| 4 | |||||||
| 5 | 1 | 1 | 7 | use vars qw[$VERSION]; | |||
| 1 | 3 | ||||||
| 1 | 54 | ||||||
| 6 | $VERSION = "1.02"; | ||||||
| 7 | |||||||
| 8 | 1 | 1 | 14 | use base qw[URI::_server]; | |||
| 1 | 2 | ||||||
| 1 | 950 | ||||||
| 9 | |||||||
| 10 | 0 | 0 | 1 | 0 | sub default_port { 993 } | ||
| 11 | |||||||
| 12 | 1 | 1 | 1 | 457 | sub secure { 1 } | ||
| 13 | |||||||
| 14 | 1; | ||||||
| 15 | |||||||
| 16 | __END__ |