| blib/lib/URI/ftpes.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| statement | 11 | 11 | 100.0 |
| branch | n/a | ||
| condition | n/a | ||
| subroutine | 5 | 5 | 100.0 |
| pod | 1 | 2 | 50.0 |
| total | 17 | 18 | 94.4 |
| line | stmt | bran | cond | sub | pod | time | code |
|---|---|---|---|---|---|---|---|
| 1 | package URI::ftpes; | ||||||
| 2 | |||||||
| 3 | 1 | 1 | 6 | use strict; | |||
| 1 | 2 | ||||||
| 1 | 33 | ||||||
| 4 | 1 | 1 | 3 | use warnings; | |||
| 1 | 1 | ||||||
| 1 | 66 | ||||||
| 5 | |||||||
| 6 | our $VERSION = '5.34'; | ||||||
| 7 | |||||||
| 8 | 1 | 1 | 3 | use parent 'URI::ftp'; | |||
| 1 | 1 | ||||||
| 1 | 7 | ||||||
| 9 | |||||||
| 10 | 1 | 1 | 1 | 6 | sub secure { 1 } | ||
| 11 | |||||||
| 12 | 1 | 1 | 0 | 3 | sub encrypt_mode { 'explicit' } | ||
| 13 | |||||||
| 14 | 1; |