| blib/lib/URI/ldaps.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % | 
| statement | 11 | 11 | 100.0 | 
| branch | n/a | ||
| condition | n/a | ||
| subroutine | 5 | 5 | 100.0 | 
| pod | 2 | 2 | 100.0 | 
| total | 18 | 18 | 100.0 | 
| line | stmt | bran | cond | sub | pod | time | code | 
|---|---|---|---|---|---|---|---|
| 1 | package URI::ldaps; | ||||||
| 2 | |||||||
| 3 | 1 | 1 | 7 | use strict; | |||
| 1 | 2 | ||||||
| 1 | 42 | ||||||
| 4 | 1 | 1 | 6 | use warnings; | |||
| 1 | 2 | ||||||
| 1 | 55 | ||||||
| 5 | |||||||
| 6 | our $VERSION = '5.20'; | ||||||
| 7 | |||||||
| 8 | 1 | 1 | 6 | use parent 'URI::ldap'; | |||
| 1 | 2 | ||||||
| 1 | 5 | ||||||
| 9 | |||||||
| 10 | 1 | 1 | 1 | 3 | sub default_port { 636 } | ||
| 11 | |||||||
| 12 | 1 | 1 | 1 | 4 | sub secure { 1 } | ||
| 13 | |||||||
| 14 | 1; |